feat: Implement main playlist restrictions; add internal method for sound addition and update tests
This commit is contained in:
@@ -463,7 +463,7 @@ class TestPlaylistEndpoints:
|
||||
f"/api/v1/playlists/{main_playlist_id}",
|
||||
)
|
||||
|
||||
assert response.status_code == 400
|
||||
assert response.status_code == 403
|
||||
assert "cannot be deleted" in response.json()["detail"]
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user