diff options
author | Ed Santiago <santiago@redhat.com> | 2022-07-07 09:58:21 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-07-07 11:23:17 -0600 |
commit | 3adda62d299f27e2262cdf896ceaf343e5aa87d4 (patch) | |
tree | e37d8a97b3fc9e7870db7880ede5e6239e797a8c | |
parent | d52ac4422b1b8f959e411b13680e7fb40880a939 (diff) | |
download | podman-3adda62d299f27e2262cdf896ceaf343e5aa87d4.tar.gz podman-3adda62d299f27e2262cdf896ceaf343e5aa87d4.tar.bz2 podman-3adda62d299f27e2262cdf896ceaf343e5aa87d4.zip |
[minor] fix duplicate test name
copy/paste error in #14501.
Signed-off-by: Ed Santiago <santiago@redhat.com>
-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"}) |