AWS CI environment is not dedicated to tests

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2020-09-08 15:47:24 +02:00
parent 2f4011bfe6
commit d4c745a7a8
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func TestCompose(t *testing.T) {
}) })
t.Run("compose ls", func(t *testing.T) { t.Run("compose ls", func(t *testing.T) {
res := c.RunDockerCmd("compose", "ls") res := c.RunDockerCmd("compose", "ls", "--project-name", stack)
lines := strings.Split(strings.TrimSpace(res.Stdout()), "\n") lines := strings.Split(strings.TrimSpace(res.Stdout()), "\n")
assert.Equal(t, 2, len(lines)) assert.Equal(t, 2, len(lines))