From 3ea9735b1ba9a6abc0532cff470ae2946dd00084 Mon Sep 17 00:00:00 2001 From: salemsd Date: Thu, 9 Jan 2025 09:04:19 +0100 Subject: [PATCH] feat(api): ci test --- tests/antares/services/api_services/test_study_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/antares/services/api_services/test_study_api.py b/tests/antares/services/api_services/test_study_api.py index 5034bd6..37c3d70 100644 --- a/tests/antares/services/api_services/test_study_api.py +++ b/tests/antares/services/api_services/test_study_api.py @@ -643,7 +643,7 @@ def test_delete_outputs(self): self.study.delete_outputs() assert len(self.study.get_outputs()) == 0 - # failing (nothing to delete) + #failing (nothing to delete) error_message = "Outputs deletion failed" mocker.get(outputs_url, json={"description": error_message}, status_code=404) with pytest.raises(OutputsRetrievalError, match=error_message):