From 3adda62d299f27e2262cdf896ceaf343e5aa87d4 Mon Sep 17 00:00:00 2001
From: Ed Santiago <santiago@redhat.com>
Date: Thu, 7 Jul 2022 09:58:21 -0600
Subject: [PATCH] [minor] fix duplicate test name

copy/paste error in #14501.

Signed-off-by: Ed Santiago <santiago@redhat.com>
---
 test/e2e/pod_clone_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/pod_clone_test.go b/test/e2e/pod_clone_test.go
index 0a1d2358c6..9c7abe7a87 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"})