Skip to content

Commit

Permalink
Removes unused mock exception fn
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCoelhoSL committed Dec 13, 2024
1 parent 53a087b commit d68cdca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/acceptance/test_add_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ def test_cli_add_data_consecutive_runs(
assert result.exit_code == 0


def mock_exception():
raise Exception("An error occured in the pipeline")


def test_cli_add_data_pipeline_fail(
collection_dir,
specification_dir,
Expand Down

0 comments on commit d68cdca

Please sign in to comment.