Skip to content

Commit c600b9b

Browse files
committed
Try --disable-monitoring instead of --disable-monitor
1 parent 85a5b86 commit c600b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ert/ui_tests/cli/test_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def test_that_pre_post_experiment_hook_works(capsys, mode):
583583
)
584584
)
585585

586-
run_cli(mode, "--disable-monitor", "poly.ert")
586+
run_cli(mode, "--disable-monitoring", "poly.ert")
587587

588588
captured = capsys.readouterr()
589589
assert "first" in captured.out

0 commit comments

Comments
 (0)