fix test
This commit is contained in:
parent
9c1abeb50a
commit
4f5aae1d26
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ describe Gitlab::API do
|
|||
response.status.should == 200
|
||||
json_response.should be_an Array
|
||||
json_response.count.should == 2
|
||||
json_response.last['email'].should == user.email
|
||||
json_response.map { |u| u['email'] }.should include user.email
|
||||
end
|
||||
|
||||
it "finds team members with query string" do
|
||||
|
|
Loading…
Reference in a new issue