Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-krasontovitsch committed Feb 24, 2023
1 parent e1e9dd9 commit 9a406e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests/cli/test_integration_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ def test_unopenable_observation_config_fails_gracefully(copy_case):
run_ert_test_run(config_file_name)
except RuntimeError as err:
assert (
f"Failed to open observation config file {observation_config_abs_path!r}"
in str(err)
"Do not have permission to open observation config file "
f"{observation_config_abs_path!r}" in str(err)
)


Expand Down

0 comments on commit 9a406e5

Please sign in to comment.