Skip to content

Commit 31595e8

Browse files
authored
Fix tests
1 parent 63c7338 commit 31595e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ def test_not_collectable_arguments(self, pytester: Pytester) -> None:
186186
assert result.ret == ExitCode.USAGE_ERROR
187187
result.stderr.fnmatch_lines(
188188
[
189-
f"ERROR: not found: {p2}",
190-
f"(no name {str(p2)!r} in any of [[][]])",
189+
f"ERROR: found no collectors for {p2}",
191190
"",
192191
]
193192
)

0 commit comments

Comments
 (0)