1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix tests on migrations (#21705)

This commit is contained in:
Lunny Xiao
2022-11-08 12:07:46 +08:00
committed by GitHub
parent 8c1d9885e5
commit 91c7a3e66f
2 changed files with 16 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/stretchr/testify/assert"
)
func Test_addHeaderAuthorizationEncryptedColWebhook(t *testing.T) {
func Test_AddHeaderAuthorizationEncryptedColWebhook(t *testing.T) {
// Create Webhook table
type Webhook struct {
ID int64 `xorm:"pk autoincr"`