This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ async def test_client_create_signed_url(
386386 response .raise_for_status ()
387387 assert (
388388 response .headers ["content-disposition" ]
389- == "attachment; filename=custom_download.svg; filename*=UTF-8''custom_download.svg; "
389+ == "attachment; filename=custom_download.svg; filename*=UTF-8''custom_download.svg"
390390 )
391391 assert response .content == file .file_content
392392
@@ -449,7 +449,7 @@ async def test_client_get_public_url(
449449 response .raise_for_status ()
450450 assert (
451451 response .headers ["content-disposition" ]
452- == "attachment; filename=custom_name.svg; filename*=UTF-8''custom_name.svg; "
452+ == "attachment; filename=custom_name.svg; filename*=UTF-8''custom_name.svg"
453453 )
454454 assert response .content == file .file_content
455455
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ def test_client_create_signed_url(
382382 response .raise_for_status ()
383383 assert (
384384 response .headers ["content-disposition" ]
385- == "attachment; filename=custom_download.svg; filename*=UTF-8''custom_download.svg; "
385+ == "attachment; filename=custom_download.svg; filename*=UTF-8''custom_download.svg"
386386 )
387387 assert response .content == file .file_content
388388
@@ -445,7 +445,7 @@ def test_client_get_public_url(
445445 response .raise_for_status ()
446446 assert (
447447 response .headers ["content-disposition" ]
448- == "attachment; filename=custom_name.svg; filename*=UTF-8''custom_name.svg; "
448+ == "attachment; filename=custom_name.svg; filename*=UTF-8''custom_name.svg"
449449 )
450450 assert response .content == file .file_content
451451
You can’t perform that action at this time.
0 commit comments