loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix possible data race on tests (#30093)

(cherry picked from commit 0c8b828f5d5ac7eb8e251edfb1f2536ce1c30336)

authored by

Lunny Xiao and committed by
Earl Warren
ef800a7f 72a3a6fd

-1
-1
services/webhook/deliver_test.go
··· 113 113 err := hook.SetHeaderAuthorization("Bearer s3cr3t-t0ken") 114 114 assert.NoError(t, err) 115 115 assert.NoError(t, webhook_model.CreateWebhook(db.DefaultContext, hook)) 116 - db.GetEngine(db.DefaultContext).NoAutoTime().DB().Logger.ShowSQL(true) 117 116 118 117 hookTask := &webhook_model.HookTask{ 119 118 HookID: hook.ID,