diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-10-19 14:08:30 +0000 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2016-11-02 13:14:12 +0100 |
commit | 57fd233a557158dbaa1a227f7c549fbe6a45e799 (patch) | |
tree | 6b6b6fb091ba260807246c85f51b9e91213b4fce /spec | |
parent | a4827ee2b9a5dd51356a4e11455c0075fe6cea69 (diff) | |
download | gitlab-ce-57fd233a557158dbaa1a227f7c549fbe6a45e799.tar.gz |
Update docs and unexpose token
Diffstat (limited to 'spec')
-rw-r--r-- | spec/requests/api/system_hooks_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/api/system_hooks_spec.rb b/spec/requests/api/system_hooks_spec.rb index cdf0874dbdc..55567941e08 100644 --- a/spec/requests/api/system_hooks_spec.rb +++ b/spec/requests/api/system_hooks_spec.rb @@ -30,7 +30,6 @@ describe API::API, api: true do it "returns an array of hooks" do get api("/hooks", admin) - byebug expect(response).to have_http_status(200) expect(json_response).to be_an Array expect(json_response.first['url']).to eq(hook.url) |