Explorar o código

Fix package name

Signed-off-by: Vedant Koditkar <[email protected]>
Vedant Koditkar %!s(int64=3) %!d(string=hai) anos
pai
achega
4853ace155
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/e2e/compose_test.go

+ 1 - 1
pkg/e2e/compose_test.go

@@ -151,7 +151,7 @@ func TestComposePull(t *testing.T) {
 
 	t.Run("Verify skipped pull if image is already present locally", func(t *testing.T) {
 		// make sure the requied image is present
-		c.RunDockerCmd(t, "pull", "alpine")
+		c.RunDockerCmd(t, "pull", "alpine:3.13")
 
 		res := c.RunDockerComposeCmd(t, "--project-directory", "fixtures/compose-pull/image-present-locally", "pull")
 		output := res.Combined()