We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d633217 commit 2736f2aCopy full SHA for 2736f2a
cmd/main_test.go
@@ -206,7 +206,7 @@ func TestCliCmdError(t *testing.T) {
206
}
207
208
func TestCliCmdBefore(t *testing.T) {
209
- ctxNew := context.WithValue(context.Background(), "key", "value")
+ ctxNew := context.WithValue(context.Background(), any("key"), "value")
210
configValues := map[string]string{}
211
setting.CustomConf = "/tmp/any.ini"
212
var actionCtx context.Context
0 commit comments