mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-03 02:53:58 -06:00
Mark test_get_formats as integration (requires network + YouTube auth)
This commit is contained in:
parent
aeb3238b84
commit
85f57a3e41
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ async def test_delete_download(client):
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.integration
|
||||
async def test_get_formats(client):
|
||||
"""GET /api/formats?url= returns a non-empty format list (integration — needs network)."""
|
||||
resp = await client.get(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue