From 2868853ab67fd6232f6baa76ef7702b83e9db44e Mon Sep 17 00:00:00 2001 From: jekwatt Date: Sat, 16 Jul 2022 17:07:01 -0500 Subject: [PATCH] Update error message in acceptance_test --- testing/acceptance_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index c7139b538..72e3886b3 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -351,7 +351,7 @@ class TestGeneralUsage: ) res = pytester.runpytest(p.name + "::" + "test_notfound") assert res.ret - res.stderr.fnmatch_lines(["*ERROR*not found*"]) + res.stderr.fnmatch_lines(["*ERROR*couldn't collect*"]) def test_docstring_on_hookspec(self) -> None: from _pytest import hookspec