Skip to content

Commit 7ee7bec

Browse files
gloursndeloof
authored andcommitted
fix TestLocalComposeUp which fail locally
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 7e3564b commit 7ee7bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/e2e/compose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestLocalComposeUp(t *testing.T) {
9595

9696
res := c.RunDockerComposeCmd("-p", projectName, "ps")
9797
res.Assert(t, icmd.Expected{Out: `NAME COMMAND SERVICE STATUS PORTS`})
98-
res.Assert(t, icmd.Expected{Out: `compose-e2e-demo-web-1 "/dispatcher" web running (healthy) 0.0.0.0:90->80/tcp, :::90->80/tcp`})
98+
res.Assert(t, icmd.Expected{Out: `compose-e2e-demo-web-1 "/dispatcher" web running (healthy) 0.0.0.0:90->80/tcp`})
9999
res.Assert(t, icmd.Expected{Out: `compose-e2e-demo-db-1 "docker-entrypoint.s…" db running 5432/tcp`})
100100
})
101101

0 commit comments

Comments
 (0)