Skip to content

Commit

Permalink
Add test for fix for replacement for cgi module
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Nov 6, 2024
1 parent a57b5f7 commit e366966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import logging
import os
from pathlib import Path

import pytest

Expand Down Expand Up @@ -86,7 +85,7 @@ def headers(self):
headers["content-disposition"] = 'attachment; filename="temp.bufr"'
return headers

test_DL = TestDownloader(
TestDownloader(
url="http://get.ecmwf.int/test-data/metview/gallery/temp.bufr",
).download(target="out")

Expand Down

0 comments on commit e366966

Please sign in to comment.