Link entries download error #1592

This commit is contained in:
Karel Pičman 2025-02-19 08:58:23 +01:00
parent b78e3a3cf8
commit 56fb96a09e

View File

@ -703,7 +703,7 @@ class DmsfControllerTest < RedmineDmsf::Test::TestCase
# Target project is not given
post '/login', params: { username: 'jsmith', password: 'jsmith' }
post "/projects/#{@project1.id}/dmsf/entries",
params: { ids: ["folder-link-#{@link1.id}"], ids: ["file-link-#{@link4.id}"], download_entries: true }
params: { ids: ["folder-link-#{@link1.id}", "file-link-#{@link4.id}"], download_entries: true }
assert_response :success
end
end