Fix more tests
This commit is contained in:
parent
31595e8733
commit
141b301d3d
|
@ -1855,8 +1855,7 @@ def test_config_blocked_default_plugins(pytester: Pytester, plugin: str) -> None
|
||||||
assert result.ret == ExitCode.USAGE_ERROR
|
assert result.ret == ExitCode.USAGE_ERROR
|
||||||
result.stderr.fnmatch_lines(
|
result.stderr.fnmatch_lines(
|
||||||
[
|
[
|
||||||
"ERROR: not found: */test_config_blocked_default_plugins.py",
|
"ERROR: found no collectors for */test_config_blocked_default_plugins.py",
|
||||||
"(no name '*/test_config_blocked_default_plugins.py' in any of [])",
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue