Skip to content

Commit e6e736a

Browse files
committed
test(api): use portable filename cases
1 parent d288428 commit e6e736a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/services/test_controller_video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ def test_download_video_encodes_content_disposition_filename(self):
557557
"%E8%A7%86%E9%A2%91.mp4",
558558
),
559559
(
560-
'name="draft";v1\\test.mp4',
561-
"attachment; filename*=utf-8''name%3D%22draft%22%3Bv1%5Ctest.mp4",
560+
"name=draft;v1(test).mp4",
561+
"attachment; filename*=utf-8''name%3Ddraft%3Bv1%28test%29.mp4",
562562
),
563563
)
564564

0 commit comments

Comments
 (0)