Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanDeHoop committed Dec 19, 2024
1 parent d31d7dd commit a2ffbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/everest/test_config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,6 @@ def test_warning_forward_model_write_objectives(objective, forward_model, warnin
)


def test_deprecated_keyword():
def test_deprecated_keyword_report_steps():
with pytest.warns(ConfigWarning, match="report_steps .* can be removed"):
ModelConfig(**{"report_steps": []})
ModelConfig(**{"realizations": [0], "report_steps": []})

0 comments on commit a2ffbdc

Please sign in to comment.