From e1649b1281d88e228c7618c291fafc23b34db622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Thu, 18 Apr 2019 12:35:55 +0200 Subject: [PATCH] Functional test fix --- test/functional/dmsf_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/dmsf_controller_test.rb b/test/functional/dmsf_controller_test.rb index b9fce110..a8c935fd 100644 --- a/test/functional/dmsf_controller_test.rb +++ b/test/functional/dmsf_controller_test.rb @@ -222,7 +222,7 @@ class DmsfControllerTest < RedmineDmsf::Test::TestCase @role.add_permission! :view_dmsf_folders get :show, :params => {id: @project.id, format: 'csv', :settings => { dmsf_columns: %w(id title) }} assert_response :success - assert_equal 'text/csv; header=present', @response.content_type + assert_equal 'text/csv', @response.content_type end def test_new_forbidden