X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/edc5e4b6645b9b983a85a892bf3d3ad1432a657d..8be16cfc7e163cc96995be891e53050febfb1fca:/services/api/test/helpers/users_test_helper.rb?ds=sidebyside diff --git a/services/api/test/helpers/users_test_helper.rb b/services/api/test/helpers/users_test_helper.rb index 2a618204c6..4cf70cfbc6 100644 --- a/services/api/test/helpers/users_test_helper.rb +++ b/services/api/test/helpers/users_test_helper.rb @@ -74,7 +74,7 @@ module UsersTestHelper end group = Group.where(name: 'All users').select do |g| - g[:uuid].match /-f+$/ + g[:uuid].match(/-f+$/) end.first group_read_perms = Link.where(tail_uuid: uuid, head_uuid: group[:uuid],