Skip to content
Snippets Groups Projects
Commit ccc0ee45 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed failing test

parent 776a5ca1
No related branches found
No related tags found
No related merge requests found
Pipeline #12911 passed
...@@ -521,7 +521,7 @@ def test_playlists_rm(cli_ctx, session, responses, get_requests): ...@@ -521,7 +521,7 @@ def test_playlists_rm(cli_ctx, session, responses, get_requests):
def test_playlists_tracks_add(cli_ctx, session, responses, get_requests): def test_playlists_tracks_add(cli_ctx, session, responses, get_requests):
command = cli.playlists.playlists_tracks_add command = cli.playlists.playlists_tracks_add
url = "https://test.funkwhale/api/v1/playlists/66/" url = "https://test.funkwhale/api/v1/playlists/66/add"
responses.post(url) responses.post(url)
command.callback(id=66, track=[1, 42], no_duplicates=True, _async_reraise=True) command.callback(id=66, track=[1, 42], no_duplicates=True, _async_reraise=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment