[minor] fix duplicate test name

copy/paste error in #14501.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2022-07-07 09:58:21 -06:00
parent d52ac4422b
commit 3adda62d29

View File

@ -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"})