Skip to content

Commit 4853ace

Browse files
Fix package name
Signed-off-by: Vedant Koditkar <[email protected]>
1 parent de49bea commit 4853ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/e2e/compose_test.go

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

152152
t.Run("Verify skipped pull if image is already present locally", func(t *testing.T) {
153153
// make sure the requied image is present
154-
c.RunDockerCmd(t, "pull", "alpine")
154+
c.RunDockerCmd(t, "pull", "alpine:3.13")
155155

156156
res := c.RunDockerComposeCmd(t, "--project-directory", "fixtures/compose-pull/image-present-locally", "pull")
157157
output := res.Combined()

0 commit comments

Comments
 (0)