From 44717b5b3dd810683291214e20ccb6dd90d32945 Mon Sep 17 00:00:00 2001 From: TheByronHimes Date: Tue, 24 Dec 2024 10:32:50 +0000 Subject: [PATCH] Add missing mock_external_calls fixture --- tests/integration/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index df4723e..d0e2358 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -573,6 +573,7 @@ async def test_download_bad_url( httpx_mock: HTTPXMock, # noqa: F811 tmp_path: pathlib.Path, monkeypatch, + mock_external_calls, # noqa: F811 apply_common_download_mocks, ): """Check that the right error is raised for a bad URL in the download logic."""