Skip to content

Commit

Permalink
Add missing mock_external_calls fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Dec 24, 2024
1 parent dfe21fa commit 44717b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 44717b5

Please sign in to comment.