We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366a5f6 commit 25206e7Copy full SHA for 25206e7
1 file changed
tests/ert/ui_tests/cli/test_cli.py
@@ -75,7 +75,9 @@ def test_that_the_cli_raises_exceptions_when_parameters_are_missing(mode):
75
)
76
77
78
-def test_that_the_cli_raises_exceptions_when_config_is_missing_for_api(capsys: pytest.CaptureFixture[str]):
+def test_that_the_cli_raises_exceptions_when_config_is_missing_for_api(
79
+ capsys: pytest.CaptureFixture[str],
80
+):
81
with pytest.raises(SystemExit, match="2"):
82
run_cli("api")
83
assert "the following arguments are required: config" in capsys.readouterr().err
0 commit comments