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 2ab5f05 commit 0c8b828Copy full SHA for 0c8b828
services/webhook/deliver_test.go
@@ -107,7 +107,6 @@ func TestWebhookDeliverAuthorizationHeader(t *testing.T) {
107
err := hook.SetHeaderAuthorization("Bearer s3cr3t-t0ken")
108
assert.NoError(t, err)
109
assert.NoError(t, webhook_model.CreateWebhook(db.DefaultContext, hook))
110
- db.GetEngine(db.DefaultContext).NoAutoTime().DB().Logger.ShowSQL(true)
111
112
hookTask := &webhook_model.HookTask{
113
HookID: hook.ID,
0 commit comments