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(
386
386
response .raise_for_status ()
387
387
assert (
388
388
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"
390
390
)
391
391
assert response .content == file .file_content
392
392
@@ -449,7 +449,7 @@ async def test_client_get_public_url(
449
449
response .raise_for_status ()
450
450
assert (
451
451
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"
453
453
)
454
454
assert response .content == file .file_content
455
455
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ def test_client_create_signed_url(
382
382
response .raise_for_status ()
383
383
assert (
384
384
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"
386
386
)
387
387
assert response .content == file .file_content
388
388
@@ -445,7 +445,7 @@ def test_client_get_public_url(
445
445
response .raise_for_status ()
446
446
assert (
447
447
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"
449
449
)
450
450
assert response .content == file .file_content
451
451
You can’t perform that action at this time.
0 commit comments