Skip to content

Commit 00b2a3d

Browse files
committed
clean
1 parent c3fb5d6 commit 00b2a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/discovery-provider/integration_tests/queries/test_get_playlists.py

-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ def test_get_playlists_default_and_invalid_sort(app, test_entities):
426426
)
427427
assert len(playlists_default) > 0
428428
# Most recently created should be first
429-
print("asdf recent playlist:", playlists_default[0]["playlist_id"])
430429
assert playlists_default[0]["playlist_id"] == 8
431430

432431
# Test invalid sort method (should default to recent)

0 commit comments

Comments
 (0)