Pārlūkot izejas kodu

Fix package name

Signed-off-by: Vedant Koditkar <[email protected]>
Vedant Koditkar 3 gadi atpakaļ
vecāks
revīzija
4853ace155
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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) {
 	t.Run("Verify skipped pull if image is already present locally", func(t *testing.T) {
 		// make sure the requied image is present
 		// 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")
 		res := c.RunDockerComposeCmd(t, "--project-directory", "fixtures/compose-pull/image-present-locally", "pull")
 		output := res.Combined()
 		output := res.Combined()