Skip to content

Commit 96269ae

Browse files
committed
Fix linter
1 parent df21907 commit 96269ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/nginx/config/servers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ func TestConvertBackendTLSFromGroup(t *testing.T) {
19181918
}
19191919

19201920
for _, tc := range tests {
1921-
t.Run(tc.msg, func(t *testing.T) {
1921+
t.Run(tc.msg, func(_ *testing.T) {
19221922
result := createProxyTLSFromBackends(tc.grp)
19231923
g.Expect(result).To(Equal(tc.expected))
19241924
})

0 commit comments

Comments
 (0)