We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1b1a1 commit f9f2d82Copy full SHA for f9f2d82
1 file changed
cli/command/cli_test.go
@@ -358,6 +358,7 @@ func TestSetGoDebug(t *testing.T) {
358
assert.Equal(t, "val1,val2", os.Getenv("GODEBUG"))
359
})
360
t.Run("GODEBUG in context metadata can set env", func(t *testing.T) {
361
+ t.Setenv("GODEBUG", "")
362
meta := store.Metadata{
363
Metadata: DockerContext{
364
AdditionalFields: map[string]any{
0 commit comments