X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d5b8f4baf23f0b79e2f9b559b1da6f8898292f9f..a9c59725cc4df5d505bcef220ef4fccb2e61228d:/services/api/test/functional/arvados/v1/links_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/links_controller_test.rb b/services/api/test/functional/arvados/v1/links_controller_test.rb index b131947bc9..faeaae00a4 100644 --- a/services/api/test/functional/arvados/v1/links_controller_test.rb +++ b/services/api/test/functional/arvados/v1/links_controller_test.rb @@ -165,7 +165,7 @@ class Arvados::V1::LinksControllerTest < ActionController::TestCase assert_response :success found = assigns(:objects) assert_not_equal 0, found.count - assert_equal found.count, (found.select { |f| f.head_uuid.match /[a-f0-9]{32}\+\d+/}).count + assert_equal found.count, (found.select { |f| f.head_uuid.match /.....-4zz18-.............../}).count end test "test can still use where tail_kind" do @@ -270,20 +270,6 @@ class Arvados::V1::LinksControllerTest < ActionController::TestCase assert_response :success end - test "refuse duplicate name" do - the_name = links(:job_name_in_aproject).name - the_project = links(:job_name_in_aproject).tail_uuid - authorize_with :active - post :create, link: { - tail_uuid: the_project, - head_uuid: specimens(:owned_by_active_user).uuid, - link_class: 'name', - name: the_name, - properties: {this_s: "a duplicate name"} - } - assert_response 422 - end - test "project owner can show a project permission" do uuid = links(:project_viewer_can_read_project).uuid authorize_with :active