Update error message in acceptance_test
This commit is contained in:
parent
76d1cb72c8
commit
2868853ab6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue