Skip to content

Commit 912fd96

Browse files
committed
Add snapshot_id to tests
1 parent 3bbe30b commit 912fd96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/tests/mock_builders/simplified_playlist_builder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def simplified_playlist_builder(
1111
description="",
1212
images=[image_builder()],
1313
tracks=playlist_info_tracks_builder(),
14+
snapshot_id="snapshot1",
1415
):
1516
return SimplifiedPlaylist.model_validate(
1617
{
@@ -19,5 +20,6 @@ def simplified_playlist_builder(
1920
"description": description,
2021
"images": images,
2122
"tracks": tracks,
23+
"snapshot_id": snapshot_id,
2224
}
2325
)

0 commit comments

Comments
 (0)