Browse Source

Fix test name and avoid project name collision between parallel tests,

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 4 years ago
parent
commit
fbe1ebc054
1 changed files with 1 additions and 1 deletions
  1. 1 1
      local/e2e/compose/cascade_stop_test.go

+ 1 - 1
local/e2e/compose/cascade_stop_test.go

@@ -27,7 +27,7 @@ import (
 func TestCascadeStop(t *testing.T) {
 	c := NewParallelE2eCLI(t, binDir)
 
-	const projectName = "compose-e2e-logs"
+	const projectName = "e2e-cascade-stop"
 
 	t.Run("abort-on-container-exit", func(t *testing.T) {
 		res := c.RunDockerOrExitError("compose", "-f", "./fixtures/cascade-stop-test/compose.yaml", "--project-name", projectName, "up", "--abort-on-container-exit")