From d68cdcac0d0e07bf4f2f7369f557607afc2d3625 Mon Sep 17 00:00:00 2001 From: CarlosCoelhoSL Date: Fri, 13 Dec 2024 12:08:17 +0000 Subject: [PATCH] Removes unused mock exception fn --- tests/acceptance/test_add_data.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/acceptance/test_add_data.py b/tests/acceptance/test_add_data.py index 6d979045..f9914ba1 100644 --- a/tests/acceptance/test_add_data.py +++ b/tests/acceptance/test_add_data.py @@ -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,