X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a7f12322bab34a27863d90de9ddb95f69697bf29..9bf790498c20c9f8ab9bffbf9c8e5311864bd91e:/services/api/test/helpers/users_test_helper.rb 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],