diff --git a/tests/test_download_service.py b/tests/test_download_service.py index 67d00b2..2866531 100644 --- a/tests/test_download_service.py +++ b/tests/test_download_service.py @@ -322,7 +322,7 @@ async def test_run_download_native_resolves_vanity_and_runs( ctx = { "platform": "patreon", "source_id": source.id, "url": "https://patreon.com/alice", - "artist_slug": "alice", "cookies_path": None, + "artist_slug": "alice", "cookies_path": None, "auth_token": None, "config_overrides": {}, } result, resolved = await db_mod.run_download( @@ -355,7 +355,7 @@ async def test_run_download_native_unresolvable_fails_loud( ctx = { "platform": "patreon", "source_id": source.id, "url": "https://patreon.com/alice", - "artist_slug": "alice", "cookies_path": None, + "artist_slug": "alice", "cookies_path": None, "auth_token": None, "config_overrides": {}, } result, resolved = await db_mod.run_download(