Update non-existent rm test

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F
2017-10-02 17:02:31 -07:00
committed by Joffrey F
parent 9425a0c97c
commit 47068ae585
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ func TestCreateRm(t *testing.T) {
})
test.Run("rm non existent machine fails", func() {
test.Machine("rm ∞ -y").Should().Fail(`Error removing host "∞": Host does not exist: "∞"`)
test.Machine("rm ∞ -y").Should().Fail(`Error removing host "∞": Docker machine "∞" does not exist.`)
})
test.Run("rm existing machine", func() {