Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehmassgov committed Nov 22, 2024
1 parent 9b849da commit ac9d14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/src/api/extracts_v1/test_extracts_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,6 @@ def test_extract_metadata_presigned_url(
download_url = data[0]["download_path"]

# Try downloading the file using the pre-signed URL
download_response = requests.get(download_url)
download_response = requests.get(download_url) # nosec
assert download_response.status_code == 200
assert download_response.content == test_content

0 comments on commit ac9d14d

Please sign in to comment.