We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50757 commit 78b6124Copy full SHA for 78b6124
test/test_metadata_plugins.py
@@ -39,6 +39,7 @@ class TestMetadataPluginsException(PluginMixin):
39
40
@pytest.fixture(autouse=True)
41
def setup(self):
42
+ metadata_plugins.find_metadata_source_plugins.cache_clear()
43
self.register_plugin(ErrorMetadataMockPlugin)
44
yield
45
self.unload_plugins()
0 commit comments