Skip to content

Commit 21d5906

Browse files
fix url type
1 parent 6c2c044 commit 21d5906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/api_solvers/test_api_routers_solvers_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_download_presigned_link(
131131
presigned_download_link: AnyUrl, tmp_path: Path, project_id: str, node_id: str
132132
):
133133
"""Cheks that the generation of presigned_download_link works as expected"""
134-
r = httpx.get(presigned_download_link)
134+
r = httpx.get(f"{presigned_download_link}")
135135
## pprint(dict(r.headers))
136136
# r.headers looks like:
137137
# {

0 commit comments

Comments
 (0)