Skip to content

Commit 141b301

Browse files
authored
Fix more tests
1 parent 31595e8 commit 141b301

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/test_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,8 +1855,7 @@ def test_config_blocked_default_plugins(pytester: Pytester, plugin: str) -> None
18551855
assert result.ret == ExitCode.USAGE_ERROR
18561856
result.stderr.fnmatch_lines(
18571857
[
1858-
"ERROR: not found: */test_config_blocked_default_plugins.py",
1859-
"(no name '*/test_config_blocked_default_plugins.py' in any of [])",
1858+
"ERROR: found no collectors for */test_config_blocked_default_plugins.py",
18601859
]
18611860
)
18621861
return

0 commit comments

Comments
 (0)