diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-11-07 16:54:39 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-11-15 13:58:01 +0100 |
commit | c53368125509fe6ed7dad50ee09e6a3bb8acdb5e (patch) | |
tree | a865d815296217b7c8e394d610304204920bf4a6 /spec/requests/api | |
parent | 87cc458a22e0cf91ca5ffe5b988077ec41e59404 (diff) | |
download | gitlab-ce-grapify-groups-api.tar.gz |
Grapify the group APIgrapify-groups-api
Diffstat (limited to 'spec/requests/api')
-rw-r--r-- | spec/requests/api/groups_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/groups_spec.rb b/spec/requests/api/groups_spec.rb index b29a13b1d8b..d79b204a24e 100644 --- a/spec/requests/api/groups_spec.rb +++ b/spec/requests/api/groups_spec.rb @@ -167,7 +167,7 @@ describe API::API, api: true do end it 'returns 404 for a non existing group' do - put api('/groups/1328', user1) + put api('/groups/1328', user1), name: new_group_name expect(response).to have_http_status(404) end |