2044: Revert ff9323418d6a13da701be80aee9e3134e8aa6bab.
[arvados.git] / services / api / test / functional / arvados / v1 / links_controller_test.rb
index 9dfc3507cc46e3ded9aeb33580df70027ddedfc4..d5b42665c38b8599c5fa0e3bc088d851469f4f33 100644 (file)
@@ -283,15 +283,4 @@ class Arvados::V1::LinksControllerTest < ActionController::TestCase
     }
     assert_response 422
   end
-
-  test "project owner sees project's permission links" do
-    authorize_with :active
-    get :index, filters: [['head_uuid', '=', groups(:aproject).uuid]]
-    uuid_list = assigns(:objects).andand.map(&:uuid)
-    assert_not_nil(uuid_list, "no index objects assigned")
-    [:admin_can_write_aproject, :project_viewer_can_read_project].each do |lsym|
-      assert_includes(uuid_list, links(lsym).uuid,
-                      "#{lsym} missing from project permission index")
-    end
-  end
 end