Skip to content

Commit

Permalink
Add snapshot_id to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed Sep 4, 2024
1 parent 3bbe30b commit 912fd96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def simplified_playlist_builder(
description="",
images=[image_builder()],
tracks=playlist_info_tracks_builder(),
snapshot_id="snapshot1",
):
return SimplifiedPlaylist.model_validate(
{
Expand All @@ -19,5 +20,6 @@ def simplified_playlist_builder(
"description": description,
"images": images,
"tracks": tracks,
"snapshot_id": snapshot_id,
}
)

0 comments on commit 912fd96

Please sign in to comment.