Merge branch '2640-folder-api' into 1970-folder-view
[arvados.git] / services / api / test / functional / arvados / v1 / links_controller_test.rb
index ac93c68277cddee6d5fc0550d5438d0af0d57990..804e1bdfdb1260abe075ceecba6710d84e03050a 100644 (file)
@@ -20,7 +20,7 @@ class Arvados::V1::LinksControllerTest < ActionController::TestCase
     end
   end
 
-  %w(created_at updated_at modified_at).each do |attr|
+  %w(created_at modified_at).each do |attr|
     {nil: nil, bogus: 2.days.ago}.each do |bogustype, bogusvalue|
       test "cannot set #{bogustype} #{attr} in create" do
         authorize_with :active