Update tests assertions after r23581 (#42394).

git-svn-id: https://svn.redmine.org/redmine/trunk@23582 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2025-03-29 13:05:08 +00:00
parent 62fee35f00
commit f4e5e36dec
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ class Redmine::ApiTest::AttachmentsTest < Redmine::ApiTest::Base
test "GET /attachments/download/:id/:filename should deny access without credentials" do
get '/attachments/download/7/archive.zip'
assert_response :unauthorized
assert_response :redirect
end
test "GET /attachments/thumbnail/:id should return the thumbnail" do