Skip to content

Commit

Permalink
ignore type error for type that shouldnt work in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Jan 8, 2025
1 parent e07a288 commit 32cce7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ def request_callback(request):

def test_download_file_none():
with pytest.raises(requests.exceptions.MissingSchema):
_ = fetch.download_file(url=None)
_ = fetch.download_file(url=None) # type: ignore [arg-type]

0 comments on commit 32cce7a

Please sign in to comment.