Commit ec6b1b0a authored by Valery Sizov's avatar Valery Sizov

fix spec in controllers/projects/issues_controller_spec.rb[ci skip]

parent e66def12
......@@ -166,7 +166,7 @@ describe Projects::IssuesController do
body = JSON.parse(response.body)
expect(body['assignees'].first.keys)
.to match_array(%w(name username avatar_url))
.to match_array(%w(id name username avatar_url))
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