Преглед на файлове

Fix package name

Signed-off-by: Vedant Koditkar <[email protected]>
Vedant Koditkar преди 3 години
родител
ревизия
4853ace155
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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()