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 a0f89ba commit b398f3cCopy full SHA for b398f3c
services/webhook/deliver_test.go
@@ -105,7 +105,6 @@ func TestWebhookDeliverAuthorizationHeader(t *testing.T) {
105
err := hook.SetHeaderAuthorization("Bearer s3cr3t-t0ken")
106
assert.NoError(t, err)
107
assert.NoError(t, webhook_model.CreateWebhook(db.DefaultContext, hook))
108
- db.GetEngine(db.DefaultContext).NoAutoTime().DB().Logger.ShowSQL(true)
109
110
hookTask := &webhook_model.HookTask{HookID: hook.ID, EventType: webhook_module.HookEventPush, Payloader: &api.PushPayload{}}
111
0 commit comments