diff --git a/testing/test_helpconfig.py b/testing/test_helpconfig.py index 04afb6e10..d9679f653 100644 --- a/testing/test_helpconfig.py +++ b/testing/test_helpconfig.py @@ -76,5 +76,6 @@ def test_PYTEST_DEBUG(testdir, monkeypatch): result = testdir.runpytest() assert result.ret == 0 result.stderr.fnmatch_lines([ - "*registered*PluginManager*" + "*pytest_plugin_registered*", + "*manager*PluginManager*" ])