mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Add missing test parameter
This commit is contained in:
parent
adb5b293f0
commit
ca8df30ec3
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ def add_item(
|
||||||
pytest.param(
|
pytest.param(
|
||||||
{
|
{
|
||||||
"format": "feat. {}",
|
"format": "feat. {}",
|
||||||
|
"skip_if_artist_and_album_artists_is_the_same": False,
|
||||||
},
|
},
|
||||||
("ftintitle",),
|
("ftintitle",),
|
||||||
("Alice feat. Bob", "Song 1", "Alice feat. Bob"),
|
("Alice feat. Bob", "Song 1", "Alice feat. Bob"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue