diff options
Diffstat (limited to 'tests/integration/test_checker.py')
| -rw-r--r-- | tests/integration/test_checker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_checker.py b/tests/integration/test_checker.py index 96b7d4b..9583179 100644 --- a/tests/integration/test_checker.py +++ b/tests/integration/test_checker.py @@ -90,7 +90,7 @@ def mock_file_checker_with_plugin(plugin_target): ), ), ] - plugins = finder.load_plugins(to_load, []) + plugins = finder.load_plugins(to_load, [], set()) # Prevent it from reading lines from stdin or somewhere else with mock.patch( |
