test(ftintitle): remove item_data["artist"] assertion from artist_credit test

This commit is contained in:
Trey Turner
2026-07-08 19:20:01 -05:00
parent b88390fc32
commit 6132297fa1

View File

@@ -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(