Commit dc3590d61965e128d49f3525a7afe7311e45d580

Authored by Dmitriy Zaporozhets
1 parent 11b57d97

fix api internal test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/requests/api/internal_spec.rb
... ... @@ -22,7 +22,7 @@ describe Gitlab::API do
22 22  
23 23 response.status.should == 200
24 24  
25   - json_response['email'].should == user.email
  25 + json_response['name'].should == user.name
26 26 end
27 27 end
28 28  
... ...