Fix tests

This commit is contained in:
Tobias Diez 2022-03-29 12:33:13 +02:00 committed by GitHub
parent 63c7338028
commit 31595e8733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ class TestGeneralUsage:
assert result.ret == ExitCode.USAGE_ERROR
result.stderr.fnmatch_lines(
[
f"ERROR: not found: {p2}",
f"(no name {str(p2)!r} in any of [[][]])",
f"ERROR: found no collectors for {p2}",
"",
]
)