diff options
-rw-r--r-- | spec/controllers/admin/hooks_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin/hooks_controller_spec.rb b/spec/controllers/admin/hooks_controller_spec.rb index c0e7246b2ec..1d1070e90f4 100644 --- a/spec/controllers/admin/hooks_controller_spec.rb +++ b/spec/controllers/admin/hooks_controller_spec.rb @@ -15,7 +15,7 @@ describe Admin::HooksController do tag_push_events: true, repository_update_events: true, token: "TEST TOKEN", - url: "http://example.com", + url: "http://example.com" } post :create, hook: hook_params |