tests: fix artist_albums test, add status to A/B test notes
This commit is contained in:
parent
9a652d851f
commit
cf24f978f2
2 changed files with 26 additions and 0 deletions
|
|
@ -146,6 +146,21 @@ MusicArtist(
|
|||
year: Some(2015),
|
||||
by_va: false,
|
||||
),
|
||||
AlbumItem(
|
||||
id: "MPREb_ghrNI6BJSM8",
|
||||
name: "Friends And Family",
|
||||
cover: "[cover]",
|
||||
artists: [
|
||||
ArtistId(
|
||||
id: Some("UCFKUUtHjT4iq3p0JJA13SOA"),
|
||||
name: "Every Time I Die",
|
||||
),
|
||||
],
|
||||
artist_id: Some("UCFKUUtHjT4iq3p0JJA13SOA"),
|
||||
album_type: Album,
|
||||
year: Some(2017),
|
||||
by_va: false,
|
||||
),
|
||||
AlbumItem(
|
||||
id: "MPREb_h0UZr2ALQXf",
|
||||
name: "From Parts Unknown (Deluxe Edition)",
|
||||
|
|
|
|||
Reference in a new issue