Skip to content

Commit 7dc1448

Browse files
committed
Docstring for new test
1 parent 67e1371 commit 7dc1448

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test_client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ async def test_upload_semaphore(
156156

157157
@pytest.mark.asyncio
158158
async def test_client_download_url():
159+
"""
160+
Tests that the client constructs the correct download URL when downloading a file
161+
"""
159162
mock_http_client = MagicMock()
160163
token = "NOT A REAL TOKEN"
161164
client = FileSenderClient(base_url="http://localhost:8080")

0 commit comments

Comments
 (0)