Skip to content

Commit 09a5067

Browse files
authored
Fix possible data race on tests (#30093) (#30108)
backport #30093
1 parent a0f89ba commit 09a5067

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
@@ -105,7 +105,6 @@ func TestWebhookDeliverAuthorizationHeader(t *testing.T) {
105105
err := hook.SetHeaderAuthorization("Bearer s3cr3t-t0ken")
106106
assert.NoError(t, err)
107107
assert.NoError(t, webhook_model.CreateWebhook(db.DefaultContext, hook))
108-
db.GetEngine(db.DefaultContext).NoAutoTime().DB().Logger.ShowSQL(true)
109108

110109
hookTask := &webhook_model.HookTask{HookID: hook.ID, EventType: webhook_module.HookEventPush, Payloader: &api.PushPayload{}}
111110

0 commit comments

Comments
 (0)