chore: update var-naming

This commit is contained in:
Steven
2024-04-13 12:11:59 +08:00
parent 49f8cfd5d1
commit 9a2c423435
8 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ func TestWebhookStore(t *testing.T) {
webhook, err := ts.CreateWebhook(ctx, &store.Webhook{
CreatorID: user.ID,
Name: "test_webhook",
Url: "https://example.com",
URL: "https://example.com",
RowStatus: store.Normal,
})
require.NoError(t, err)