We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9144726 commit 82dd008Copy full SHA for 82dd008
models/webhook/webhook_test.go
@@ -91,7 +91,7 @@ func TestWebhook_EventsArray(t *testing.T) {
91
func TestCreateWebhook(t *testing.T) {
92
hook := &Webhook{
93
RepoID: 3,
94
- URL: "www.example.com/unit_test",
+ URL: "https://www.example.com/unit_test",
95
ContentType: ContentTypeJSON,
96
Events: `{"push_only":false,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":true}}`,
97
}
0 commit comments