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 aa04417 commit aa0ca5eCopy full SHA for aa0ca5e
cli/options_test.go
@@ -251,8 +251,7 @@ func TestWithSeparator(t *testing.T) {
251
})
252
253
t.Run("With compatibility separator", func(t *testing.T) {
254
- os.Setenv("COMPOSE_COMPATIBILITY", "true") //nolint:errcheck
255
- defer os.Unsetenv("COMPOSE_COMPATIBILITY") //nolint:errcheck
+ t.Setenv("COMPOSE_COMPATIBILITY", "true")
256
opts, err := NewProjectOptions([]string{
257
"testdata/simple/compose-with-network-and-volume.yaml",
258
}, WithName("my-project"), WithOsEnv)
0 commit comments