Skip to content

Commit

Permalink
add another sleep to end2end playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed May 11, 2024
1 parent 04b44f1 commit 80129a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/mixins/test_playlists.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def test_end2end(self, yt_brand, sample_video):
assert len(response["playlistEditResults"]) > 0, "Adding playlist item failed"
time.sleep(3)
yt_brand.edit_playlist(playlist_id, addToTop=False)
time.sleep(3)
playlist = yt_brand.get_playlist(playlist_id, related=True)
assert len(playlist["tracks"]) == 46, "Getting playlist items failed"
response = yt_brand.remove_playlist_items(playlist_id, playlist["tracks"])
Expand Down
1 change: 0 additions & 1 deletion tests/mixins/test_uploads.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import tempfile
import time
from pathlib import Path

import pytest

Expand Down

0 comments on commit 80129a5

Please sign in to comment.