Merge branch 'master' into project_hooks_api
This commit is contained in:
commit
2e34a6d3c4
58 changed files with 468 additions and 335 deletions
|
@ -86,7 +86,7 @@ describe Gitlab::API do
|
|||
it "should return a 404 error if not found" do
|
||||
get api("/projects/42", user)
|
||||
response.status.should == 404
|
||||
json_response['message'].should == '404 Not found'
|
||||
json_response['message'].should == '404 Not Found'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue