fixed tox tests

This commit is contained in:
Christian Zandee 2021-11-29 11:21:05 +01:00
parent ee414e93f5
commit 54d81ee27d

View file

@ -39,7 +39,6 @@ def test_raises_exception_on_failed_plugin(tmp_path, default_options):
"parameters": dict(),
"plugin": mock.MagicMock(side_effect=ValueError),
}
"""Verify a failing plugin results in an plugin error"""
fchecker = checker.FileChecker(
str(foobar), checks=[], options=default_options
)