bandcamp/tests/snapshots/tests__album_track2.snap
ThetaDev f328062ed0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: add track album_id to response model
2023-11-20 14:57:32 +01:00

56 lines
1.1 KiB
Text

---
source: tests/tests.rs
expression: "&album"
---
Album(
id: 3835153004,
title: "Test Me",
art_id: Some(269941427),
type: t,
tralbum_artist: "Cydnee with a C",
band: BandInfo(
band_id: 3453236550,
name: "Cydnee with a C",
bio: None,
image_id: Some(30619318),
location: Some("Los Angeles, California"),
),
bandcamp_url: "https://cydneewithac.bandcamp.com/track/test-me",
credits: Some("Cydnee Jazmere Butler \nJackson Renauld"),
about: None,
featured_track_id: 3835153004,
release_date: 1654905600,
tags: [
Tag(
name: "R&B/Soul",
norm_name: "r-b-soul",
isloc: false,
),
Tag(
name: "drum and bass",
norm_name: "drum-and-bass",
isloc: false,
),
Tag(
name: "k-pop",
norm_name: "k-pop",
isloc: false,
),
Tag(
name: "Los Angeles",
norm_name: "los-angeles",
isloc: true,
),
],
tracks: [
Track(
track_id: 3835153004,
title: "Test Me",
album_id: None,
band_name: Some("Cydnee with a C"),
duration: 106.667,
streaming_url: "[streaming_url]",
track_num: None,
),
],
)