1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Fix a test failure caused by an assert forgotten to be deleted (#29914, #32913).

git-svn-id: http://svn.redmine.org/redmine/trunk@20901 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-04-01 16:06:14 +00:00
parent 2006fedf1a
commit ee66963592

View File

@ -329,7 +329,6 @@ class RepositoriesSubversionControllerTest < Redmine::RepositoryControllerTest
}
)
assert_response :success
assert_equal 'attachment; filename="helloworld.c"', @response.headers['Content-Disposition']
assert_equal "attachment; filename=\"helloworld.c\"; filename*=UTF-8''helloworld.c", @response.headers['Content-Disposition']
end