Fix package name

Signed-off-by: Vedant Koditkar <vedant.koditkar@outlook.com>
This commit is contained in:
Vedant Koditkar 2022-08-13 02:06:16 +05:30
parent de49bea774
commit 4853ace155
1 changed files with 1 additions and 1 deletions

View File

@ -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()