Fix tests
This commit is contained in:
parent
63c7338028
commit
31595e8733
|
@ -186,8 +186,7 @@ class TestGeneralUsage:
|
||||||
assert result.ret == ExitCode.USAGE_ERROR
|
assert result.ret == ExitCode.USAGE_ERROR
|
||||||
result.stderr.fnmatch_lines(
|
result.stderr.fnmatch_lines(
|
||||||
[
|
[
|
||||||
f"ERROR: not found: {p2}",
|
f"ERROR: found no collectors for {p2}",
|
||||||
f"(no name {str(p2)!r} in any of [[][]])",
|
|
||||||
"",
|
"",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue