mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-06-02 08:44:30 -06:00
Mark test_get_formats as integration (requires network + YouTube auth)
This commit is contained in:
parent
3810ed8c98
commit
d1ad33b2de
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