1 parent d288428 commit e6e736aCopy full SHA for e6e736a
1 file changed
test/services/test_controller_video.py
@@ -557,8 +557,8 @@ def test_download_video_encodes_content_disposition_filename(self):
557
"%E8%A7%86%E9%A2%91.mp4",
558
),
559
(
560
- 'name="draft";v1\\test.mp4',
561
- "attachment; filename*=utf-8''name%3D%22draft%22%3Bv1%5Ctest.mp4",
+ "name=draft;v1(test).mp4",
+ "attachment; filename*=utf-8''name%3Ddraft%3Bv1%28test%29.mp4",
562
563
)
564
0 commit comments