From 85f57a3e419090295ef3172509f5fe99818d9a2f Mon Sep 17 00:00:00 2001 From: xpltd Date: Thu, 19 Mar 2026 07:30:56 -0500 Subject: [PATCH] Mark test_get_formats as integration (requires network + YouTube auth) --- backend/tests/test_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/tests/test_api.py b/backend/tests/test_api.py index 940708a..4f28a5c 100644 --- a/backend/tests/test_api.py +++ b/backend/tests/test_api.py @@ -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(