From 804dd647198d62ee61e5fd1e59f50b8a667ce42f Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Thu, 16 Jan 2025 08:49:10 +0100 Subject: [PATCH] Try not testing for IES --- tests/ert/ui_tests/cli/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ert/ui_tests/cli/test_cli.py b/tests/ert/ui_tests/cli/test_cli.py index b075749ca79..dafbc8d06ae 100644 --- a/tests/ert/ui_tests/cli/test_cli.py +++ b/tests/ert/ui_tests/cli/test_cli.py @@ -618,7 +618,7 @@ def test_that_pre_post_experiment_hook_works(capsys, mode): ) ) - run_cli(mode, "--disable-monitor", "poly.ert") + run_cli(mode, "--disable-monitoring", "poly.ert") captured = capsys.readouterr() assert "first" in captured.out