Commit fae27261 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Remove obsolete line

parent bb865257
......@@ -122,7 +122,6 @@ RSpec.describe API::Members do
get api("/groups/#{group.id}/members/#{minimal_access_member.user_id}", owner)
expect(response).to have_gitlab_http_status(:ok)
puts json_response
expect(json_response['id']).to eq(minimal_access_member.user_id)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment