diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-01 12:09:25 +0000 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-09-06 16:59:24 +0200 |
commit | eb39d56dfc787e16fc8cca2baf096384dfb64af3 (patch) | |
tree | 00f42c689557a92d3346be2b35cf0d728a188c44 /test/e2e | |
parent | 41e1642f5603be8b0a48b0be4d5bcc5652173b1a (diff) | |
download | podman-eb39d56dfc787e16fc8cca2baf096384dfb64af3.tar.gz podman-eb39d56dfc787e16fc8cca2baf096384dfb64af3.tar.bz2 podman-eb39d56dfc787e16fc8cca2baf096384dfb64af3.zip |
Bump github.com/docker/go-units from 0.4.0 to 0.5.0
Bumps [github.com/docker/go-units](https://github.com/docker/go-units) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/docker/go-units/releases)
- [Commits](https://github.com/docker/go-units/compare/v0.4.0...v0.5.0)
---
updated-dependencies:
- dependency-name: github.com/docker/go-units
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/generate_kube_test.go | 2 |
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)) |