X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6989ee05ed075f597e9e1050b658e36c1da0a7d6..98c6516b3dd61db66c8f92345b45df33c4530a67:/services/api/test/integration/groups_test.rb?ds=sidebyside diff --git a/services/api/test/integration/groups_test.rb b/services/api/test/integration/groups_test.rb index 445670a3d5..7021761278 100644 --- a/services/api/test/integration/groups_test.rb +++ b/services/api/test/integration/groups_test.rb @@ -206,7 +206,8 @@ class NonTransactionalGroupsTest < ActionDispatch::IntegrationTest post "/arvados/v1/groups", params: { group: { - name: name + name: name, + group_class: "project" }, async: true },