fix api internal test

5-0-stable
Dmitriy Zaporozhets 2013-03-11 15:47:44 +02:00
parent 11b57d979c
commit dc3590d619
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe Gitlab::API do
response.status.should == 200
json_response['email'].should == user.email
json_response['name'].should == user.name
end
end