We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e1371 commit 7dc1448Copy full SHA for 7dc1448
1 file changed
test/test_client.py
@@ -156,6 +156,9 @@ async def test_upload_semaphore(
156
157
@pytest.mark.asyncio
158
async def test_client_download_url():
159
+ """
160
+ Tests that the client constructs the correct download URL when downloading a file
161
162
mock_http_client = MagicMock()
163
token = "NOT A REAL TOKEN"
164
client = FileSenderClient(base_url="http://localhost:8080")
0 commit comments