Skip to content

Commit 0c8b828

Browse files
authored
Fix possible data race on tests (#30093)
1 parent 2ab5f05 commit 0c8b828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/webhook/deliver_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ func TestWebhookDeliverAuthorizationHeader(t *testing.T) {
107107
err := hook.SetHeaderAuthorization("Bearer s3cr3t-t0ken")
108108
assert.NoError(t, err)
109109
assert.NoError(t, webhook_model.CreateWebhook(db.DefaultContext, hook))
110-
db.GetEngine(db.DefaultContext).NoAutoTime().DB().Logger.ShowSQL(true)
111110

112111
hookTask := &webhook_model.HookTask{
113112
HookID: hook.ID,

0 commit comments

Comments
 (0)