Skip to content

Commit

Permalink
Dont check the formatting of the ert log
Browse files Browse the repository at this point in the history
This is still probably testing to much, but will leave it here now. Should this
happen again in the future it is probably safe to just remove the checks on the
log.
  • Loading branch information
oyvindeide committed May 12, 2022
1 parent ae4656e commit 98321ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jobs/csv_export2/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_ert_integration_errors(norne_mocked_ensembleset, snapshot):
break
with open(log_file) as fin:
ertlog = fin.read()
assert "fmu.ensemble.realization - WARNING - No STATUS file" in ertlog
assert "No STATUS file" in ertlog
assert "realization-2/iter-0" in ertlog

assert os.path.exists("data.csv")
Expand Down

0 comments on commit 98321ea

Please sign in to comment.