Update error message in acceptance_test

This commit is contained in:
jekwatt 2022-07-16 17:07:01 -05:00
parent 76d1cb72c8
commit 2868853ab6
1 changed files with 1 additions and 1 deletions

View File

@ -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