Fix more tests

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

View File

@ -1855,8 +1855,7 @@ def test_config_blocked_default_plugins(pytester: Pytester, plugin: str) -> None
assert result.ret == ExitCode.USAGE_ERROR
result.stderr.fnmatch_lines(
[
"ERROR: not found: */test_config_blocked_default_plugins.py",
"(no name '*/test_config_blocked_default_plugins.py' in any of [])",
"ERROR: found no collectors for */test_config_blocked_default_plugins.py",
]
)
return