Skip to content

Commit dbe2f0f

Browse files
test: fix pull failure assertion for Docker v29
The error message comes now from containerd. Signed-off-by: Ricardo Branco <rbranco@suse.de>
1 parent 8b769ba commit dbe2f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/e2e/pull_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestComposePull(t *testing.T) {
6666

6767
t.Run("Verify pull failure", func(t *testing.T) {
6868
res := c.RunDockerComposeCmdNoCheck(t, "--project-directory", "fixtures/compose-pull/unknown-image", "pull")
69-
res.Assert(t, icmd.Expected{ExitCode: 1, Err: "pull access denied for does_not_exists"})
69+
res.Assert(t, icmd.Expected{ExitCode: 1, Err: "does_not_exists:latest: not found"})
7070
})
7171

7272
t.Run("Verify ignore pull failure", func(t *testing.T) {

0 commit comments

Comments
 (0)