Skip to content

Commit

Permalink
feat(api): ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
salemsd committed Jan 9, 2025
1 parent 3ea9735 commit 7ba20ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/antares/services/api_services/test_study_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7ba20ce

Please sign in to comment.