From a0a82fc7fb24883908692cee33ee9f978e59ced9 Mon Sep 17 00:00:00 2001 From: Georgi Sabev Date: Mon, 16 Oct 2017 12:21:09 +0300 Subject: [PATCH] Bump dependencies & Fix docker create test --- integration/create_docker_test.go | 2 +- vendor/github.com/containers/image | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/create_docker_test.go b/integration/create_docker_test.go index 5889a1b9a..5afa142ff 100644 --- a/integration/create_docker_test.go +++ b/integration/create_docker_test.go @@ -443,7 +443,7 @@ var _ = Describe("Create with remote DOCKER images", func() { ID: randomImageID, Mount: mountByDefault(), }) - Expect(err).To(MatchError(ContainSubstring("authorization failed: username and password are invalid"))) + Expect(err).To(MatchError(ContainSubstring("unable to retrieve auth token: invalid username/password"))) }) }) diff --git a/vendor/github.com/containers/image b/vendor/github.com/containers/image index 063852766..ba72d1c8f 160000 --- a/vendor/github.com/containers/image +++ b/vendor/github.com/containers/image @@ -1 +1 @@ -Subproject commit 063852766c3e82ec8359ce5f6612e056f3efaa76 +Subproject commit ba72d1c8f590a19d182a25fd8671156766ab3c60