Return created group id

This commit is contained in:
Sanad Liaquat 2019-07-03 18:22:55 +05:00
parent 93182f4f06
commit 1e22534019
1 changed files with 1 additions and 1 deletions

View File

@ -59,8 +59,8 @@ module QA
group_search_response = create_a_group_api_req(@group_name, @visibility)
group = JSON.parse(group_search_response.body)
@urls[:group_page] = group["web_url"]
group["id"]
STDOUT.puts "Created a group: #{@urls[:group_page]}"
group["id"]
end
def create_project(group_id)