Skip to content

Commit faadd58

Browse files
Add verbose logging support and stabilize auth tests
1 parent 0cd28c7 commit faadd58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_download_auth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
import databusclient.api.download as dl
99

1010
from databusclient.api.download import VAULT_REQUIRED_HOSTS, DownloadAuthError
11+
from unittest.mock import patch
1112

13+
from databusclient.api.download import download, DownloadAuthError
1214

1315
def make_response(status=200, headers=None, content=b""):
1416
headers = headers or {}

0 commit comments

Comments
 (0)