diff --git a/test/plugins/test_ftintitle.py b/test/plugins/test_ftintitle.py index f528c1877..f5782bd0d 100644 --- a/test/plugins/test_ftintitle.py +++ b/test/plugins/test_ftintitle.py @@ -260,7 +260,6 @@ class TestFtInTitlePluginFunctional(PluginTestHelper): assert info.artists == ["Alice", "Bob"] assert info.artists_credit == ["Alice"] assert info.title == "Song feat. Bob" - assert info.item_data["artist"] == "Alice" assert info.item_data["title"] == "Song feat. Bob" @pytest.mark.parametrize(