summaryrefslogtreecommitdiff
path: root/tests/test_config/test_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config/test_init.py')
-rw-r--r--tests/test_config/test_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_init.py b/tests/test_config/test_init.py
index ce2b042ec..6c33abe23 100644
--- a/tests/test_config/test_init.py
+++ b/tests/test_config/test_init.py
@@ -1104,7 +1104,7 @@ test_config.dummy_include2"""
def test_scan_integration_with_extra_kw(self):
config = self._makeOne(autocommit=True)
- config.scan('tests.test_config.pkgs.scanextrakw', a=1)
+ config.scan('tests.test_config.pkgs.scanextrakw', a=1, categories=None)
self.assertEqual(config.a, 1)
def test_scan_integration_with_onerror(self):