Merge branch 'master' into 8079-api-client-auth-uuid
[arvados.git] / apps / workbench / test / controllers / collections_controller_test.rb
index 0cd747eb25c4dd01983625d056e4fb3d3d4910c7..45aab3c8575dd94f801536a25cfe6dbb18f2f43c 100644 (file)
@@ -578,7 +578,7 @@ class CollectionsControllerTest < ActionController::TestCase
       assert_equal "https://download.example/c=#{id.sub '+', '-'}/_/w%20a%20z?api_token=#{tok}", @response.redirect_url
     end
 
-    test "Redirect to keep_web_download_url via #{id_type} when trust_all_content enabled" do
+    test "Redirect to keep_web_url via #{id_type} when trust_all_content enabled" do
       Rails.configuration.trust_all_content = true
       setup_for_keep_web('https://collections.example/c=%{uuid_or_pdh}',
                          'https://download.example/c=%{uuid_or_pdh}')