aboutsummaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-08 16:54:02 +0200
committerGitHub <noreply@github.com>2022-09-08 16:54:02 +0200
commit7e2f002b0751c2c24e9c243495cbc313d0c3c103 (patch)
tree4d43e7168d70aeb62d1416aace513bb0b5673d9c /test/e2e
parenteb758c5f583aff06accb1eef08f1b62509ca813c (diff)
parenteb39d56dfc787e16fc8cca2baf096384dfb64af3 (diff)
downloadpodman-7e2f002b0751c2c24e9c243495cbc313d0c3c103.tar.gz
podman-7e2f002b0751c2c24e9c243495cbc313d0c3c103.tar.bz2
podman-7e2f002b0751c2c24e9c243495cbc313d0c3c103.zip
Merge pull request #15593 from containers/dependabot/go_modules/github.com/docker/go-units-0.5.0
Bump github.com/docker/go-units from 0.4.0 to 0.5.0
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/generate_kube_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/generate_kube_test.go b/test/e2e/generate_kube_test.go
index 960837ebe..a4cbf64e0 100644
--- a/test/e2e/generate_kube_test.go
+++ b/test/e2e/generate_kube_test.go
@@ -501,7 +501,7 @@ var _ = Describe("Podman generate kube", func() {
Expect(podSession).Should(Exit(0))
ctr1Name := "ctr1"
- ctr1Session := podmanTest.Podman([]string{"create", "--name", ctr1Name, "--pod", podName, "--memory", "10Mi", ALPINE, "top"})
+ ctr1Session := podmanTest.Podman([]string{"create", "--name", ctr1Name, "--pod", podName, "--memory", "10M", ALPINE, "top"})
ctr1Session.WaitWithDefaultTimeout()
Expect(ctr1Session).Should(Exit(0))