Skip to content

Commit

Permalink
fixup! Raise Exception when there is an error in the report setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Apr 9, 2024
1 parent 5fdab67 commit 26b62e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-e2e/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def sonata_config_file_err(sonata_config):

@pytest.mark.slow
def test_report_config_error(sonata_config_file_err):
with pytest.raises(ConfigurationError):
with pytest.raises(Exception):
n = Node(str(sonata_config_file_err.name))
n.load_targets()
n.create_cells()
Expand Down

0 comments on commit 26b62e6

Please sign in to comment.