From 6c903d05a88cc113686343df5cf377f10c3c6151 Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Wed, 23 Oct 2024 18:19:43 +0200 Subject: [PATCH] fix(api): resolve linter issue --- pkg/api/router_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/api/router_test.go b/pkg/api/router_test.go index 99382427c22..6f3e89d5eeb 100644 --- a/pkg/api/router_test.go +++ b/pkg/api/router_test.go @@ -407,6 +407,7 @@ func TestEndpointOptions(t *testing.T) { } for _, tc := range testCases { + tc := tc t.Run(tc.name, func(t *testing.T) { t.Parallel()