Skip to content

Commit

Permalink
Bump dependencies & Fix docker create test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgethebeatle committed Oct 16, 2017
1 parent d996b82 commit a0a82fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/create_docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
})
})

Expand Down

0 comments on commit a0a82fc

Please sign in to comment.