diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tests/apps/htpasswd/test_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/apps/htpasswd/test_main.py b/testenv/tests/apps/htpasswd/test_main.py index 4ba3cea1..4b1ee66b 100644 --- a/testenv/tests/apps/htpasswd/test_main.py +++ b/testenv/tests/apps/htpasswd/test_main.py @@ -158,7 +158,7 @@ def test_fail__not_htpasswd() -> None: def test_fail__unknown_plugin() -> None: - with pytest.raises(SystemExit, match="Config error: Unknown plugin 'auth/foobar'"): + with pytest.raises(SystemExit, match="ConfigError: Unknown plugin 'auth/foobar'"): _run_htpasswd(["list"], "", internal_type="foobar") |