mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	| @@ -105,7 +105,6 @@ func TestWebhookDeliverAuthorizationHeader(t *testing.T) { | ||||
| 	err := hook.SetHeaderAuthorization("Bearer s3cr3t-t0ken") | ||||
| 	assert.NoError(t, err) | ||||
| 	assert.NoError(t, webhook_model.CreateWebhook(db.DefaultContext, hook)) | ||||
| 	db.GetEngine(db.DefaultContext).NoAutoTime().DB().Logger.ShowSQL(true) | ||||
|  | ||||
| 	hookTask := &webhook_model.HookTask{HookID: hook.ID, EventType: webhook_module.HookEventPush, Payloader: &api.PushPayload{}} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user