mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
AWS CI environment is not dedicated to tests
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ func TestCompose(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")
|
||||
|
||||
assert.Equal(t, 2, len(lines))
|
||||
|
||||
Reference in New Issue
Block a user