mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
In version, replace “Azure integration” version info by “Cloud integration”
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
57ded74aee
commit
2ce4e98d88
4 changed files with 4 additions and 4 deletions
|
|
@ -370,7 +370,7 @@ func TestVersion(t *testing.T) {
|
|||
|
||||
t.Run("azure version", func(t *testing.T) {
|
||||
res := c.RunDockerCmd("version")
|
||||
res.Assert(t, icmd.Expected{Out: "Azure integration"})
|
||||
res.Assert(t, icmd.Expected{Out: "Cloud integration"})
|
||||
})
|
||||
|
||||
t.Run("format", func(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue