From ca8df30ec36124f17413eb44609362769aace693 Mon Sep 17 00:00:00 2001 From: Ember Light Date: Thu, 16 Oct 2025 19:06:56 +0200 Subject: [PATCH] Add missing test parameter --- test/plugins/test_ftintitle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/plugins/test_ftintitle.py b/test/plugins/test_ftintitle.py index f4fb898ac..9fc771e89 100644 --- a/test/plugins/test_ftintitle.py +++ b/test/plugins/test_ftintitle.py @@ -239,6 +239,7 @@ def add_item( pytest.param( { "format": "feat. {}", + "skip_if_artist_and_album_artists_is_the_same": False, }, ("ftintitle",), ("Alice feat. Bob", "Song 1", "Alice feat. Bob"),