aboutsummaryrefslogtreecommitdiff
path: root/internal/route/repo/webhook_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route/repo/webhook_test.go')
-rw-r--r--internal/route/repo/webhook_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/repo/webhook_test.go b/internal/route/repo/webhook_test.go
index 784d66ed..3c25ba99 100644
--- a/internal/route/repo/webhook_test.go
+++ b/internal/route/repo/webhook_test.go
@@ -16,7 +16,7 @@ import (
func Test_validateWebhook(t *testing.T) {
l := &mocks.Locale{
MockLang: "en",
- MockTr: func(s string, _ ...interface{}) string {
+ MockTr: func(s string, _ ...any) string {
return s
},
}