summaryrefslogtreecommitdiff
path: root/test/e2e/images_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-18 16:49:53 +0100
committerGitHub <noreply@github.com>2021-11-18 16:49:53 +0100
commit9b964945d661d4f97b4a97f2f67d33f9dcd11e50 (patch)
treea50927a9e1aec5a88477dba99095b94a42f4d964 /test/e2e/images_test.go
parent69e1204e5e5f73319930fa957a850cb8d3dc6910 (diff)
parent6f6a6925b22d822ec9a04f8832d949f2e52b01e0 (diff)
downloadpodman-9b964945d661d4f97b4a97f2f67d33f9dcd11e50.tar.gz
podman-9b964945d661d4f97b4a97f2f67d33f9dcd11e50.tar.bz2
podman-9b964945d661d4f97b4a97f2f67d33f9dcd11e50.zip
Merge pull request #12343 from vrothberg/fix-ci
fix CI
Diffstat (limited to 'test/e2e/images_test.go')
-rw-r--r--test/e2e/images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/images_test.go b/test/e2e/images_test.go
index 56af64f04..b07e287ac 100644
--- a/test/e2e/images_test.go
+++ b/test/e2e/images_test.go
@@ -144,7 +144,7 @@ var _ = Describe("Podman images", func() {
result := podmanTest.Podman([]string{"images", "-q", "-f", "reference=quay.io*"})
result.WaitWithDefaultTimeout()
Expect(result).Should(Exit(0))
- Expect(len(result.OutputToStringArray())).To(Equal(8))
+ Expect(len(result.OutputToStringArray())).To(Equal(7))
retalpine := podmanTest.Podman([]string{"images", "-f", "reference=a*pine"})
retalpine.WaitWithDefaultTimeout()