Skip to content

Commit 2736f2a

Browse files
committed
fix lint
1 parent d633217 commit 2736f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func TestCliCmdError(t *testing.T) {
206206
}
207207

208208
func TestCliCmdBefore(t *testing.T) {
209-
ctxNew := context.WithValue(context.Background(), "key", "value")
209+
ctxNew := context.WithValue(context.Background(), any("key"), "value")
210210
configValues := map[string]string{}
211211
setting.CustomConf = "/tmp/any.ini"
212212
var actionCtx context.Context

0 commit comments

Comments
 (0)