Skip to content

Commit a0a82fc

Browse files
Bump dependencies & Fix docker create test
1 parent d996b82 commit a0a82fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/create_docker_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ var _ = Describe("Create with remote DOCKER images", func() {
443443
ID: randomImageID,
444444
Mount: mountByDefault(),
445445
})
446-
Expect(err).To(MatchError(ContainSubstring("authorization failed: username and password are invalid")))
446+
Expect(err).To(MatchError(ContainSubstring("unable to retrieve auth token: invalid username/password")))
447447
})
448448
})
449449

0 commit comments

Comments
 (0)