Skip to content

Commit 78b6124

Browse files
committed
Fixed cache clear issue.
1 parent af50757 commit 78b6124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_metadata_plugins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class TestMetadataPluginsException(PluginMixin):
3939

4040
@pytest.fixture(autouse=True)
4141
def setup(self):
42+
metadata_plugins.find_metadata_source_plugins.cache_clear()
4243
self.register_plugin(ErrorMetadataMockPlugin)
4344
yield
4445
self.unload_plugins()

0 commit comments

Comments
 (0)