Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-10-19 17:08:30 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-11-02 15:14:12 +0300
commit57fd233a557158dbaa1a227f7c549fbe6a45e799 (patch)
tree6b6b6fb091ba260807246c85f51b9e91213b4fce /spec/requests/api/system_hooks_spec.rb
parenta4827ee2b9a5dd51356a4e11455c0075fe6cea69 (diff)
Update docs and unexpose token
Diffstat (limited to 'spec/requests/api/system_hooks_spec.rb')
-rw-r--r--spec/requests/api/system_hooks_spec.rb1
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)