In version, replace “Azure integration” version info by “Cloud integration”

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
Guillaume Tardif 2020-09-11 17:29:40 +02:00
parent 57ded74aee
commit 2ce4e98d88
4 changed files with 4 additions and 4 deletions

View file

@ -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) {