mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update var-naming
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user