diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-07 19:00:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 19:00:33 +0000 |
commit | 700f1faf6e5449e13970fc17311b09e4ca9ac2c3 (patch) | |
tree | df185aceb9d5a2a568901af43262e8a24d7c6eb2 /test | |
parent | d481fbe7593b8b2ead4c77f6ceaaf2a233ef209b (diff) | |
parent | 3adda62d299f27e2262cdf896ceaf343e5aa87d4 (diff) | |
download | podman-700f1faf6e5449e13970fc17311b09e4ca9ac2c3.tar.gz podman-700f1faf6e5449e13970fc17311b09e4ca9ac2c3.tar.bz2 podman-700f1faf6e5449e13970fc17311b09e4ca9ac2c3.zip |
Merge pull request #14857 from edsantiago/dedup_uts_testname
[minor] fix duplicate test name
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/pod_clone_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/pod_clone_test.go b/test/e2e/pod_clone_test.go index 0a1d2358c..9c7abe7a8 100644 --- a/test/e2e/pod_clone_test.go +++ b/test/e2e/pod_clone_test.go @@ -156,7 +156,7 @@ var _ = Describe("Podman pod clone", func() { Expect(strings[0]).Should(ContainSubstring("size=10240k")) }) - It("podman pod create --uts test", func() { + It("podman pod clone --uts test", func() { SkipIfRemote("hostname for the custom NS test is not as expected on the remote client") session := podmanTest.Podman([]string{"pod", "create"}) |