Skip to content

Commit a0a82fc

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration/create_docker_test.go

Lines changed: 1 addition & 1 deletion
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)