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 d48f28c commit ddceb1aCopy full SHA for ddceb1a
pkg/e2e/watch_test.go
@@ -68,7 +68,7 @@ func doTest(t *testing.T, svcName string) {
68
"COMPOSE_PROJECT_NAME=" + projName,
69
}
70
71
- cli := NewParallelCLI(t, WithEnv(env...))
+ cli := NewCLI(t, WithEnv(env...))
72
73
cleanup := func() {
74
cli.RunDockerComposeCmd(t, "down", svcName, "--timeout=0", "--remove-orphans", "--volumes")
0 commit comments