diff --git a/test/test_importer.py b/test/test_importer.py index 94a87ffed..4e50f29d6 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -163,7 +163,7 @@ class ImportNonAutotaggedTest(_common.TestCase, ImportHelper): self.assertNotExists(os.path.join(self.import_path, 'the_album')) def test_import_singleton(self): - config['import']['singleton'] = True + config['import']['singletons'] = True self._run_import() self.assert_import_files_exist()