test: fix tests
This commit is contained in:
parent
1d9492b207
commit
358307420a
3 changed files with 2 additions and 18 deletions
|
|
@ -1592,8 +1592,7 @@ async fn music_album(#[case] name: &str, #[case] id: &str, rp: RustyPipe, unloca
|
|||
|
||||
assert!(!album.cover.is_empty(), "got no cover");
|
||||
|
||||
// TODO: check full snapshot if A/B#13 is stabilized
|
||||
if unlocalized && name != "one_artist" {
|
||||
if unlocalized {
|
||||
insta::assert_ron_snapshot!(format!("music_album_{name}"), album,
|
||||
{".cover" => "[cover]", ".tracks[].view_count" => "[view_count]"}
|
||||
);
|
||||
|
|
|
|||
Reference in a new issue