Skip to content

Commit 624b257

Browse files
jdoe29103snejus
andauthored
Update test/plugins/test_discogs.py
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
1 parent 5607a87 commit 624b257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_discogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ def test_default_search_filters_without_extra_tags(self):
483483

484484
def test_extra_tags_populate_discogs_filters(self):
485485
"""Configured extra_tags should populate Discogs search filters."""
486-
config["discogs"]["extra_tags"] = ["label", "catalognum"]
487486
plugin = DiscogsPlugin()
487+
plugin.config["extra_tags"] = ["label", "catalognum"]
488488

489489
items = [
490490
Item(catalognum="ABC 123", label="abc"),

0 commit comments

Comments
 (0)