Commit ff27f4a6 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'dm-remove-trailing-comma' into 'master'

Remove trailing comma

See merge request !1882
parents f5cb5830 649590b3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment