diff options
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"}) |