Correct the test case name

Signed-off-by: Yiqiao Pu <ypu@redhat.com>

Closes: #508
Approved by: baude
This commit is contained in:
Yiqiao Pu 2018-03-16 11:35:40 +08:00 committed by Atomic Bot
parent 647fedc2a2
commit d560ddd102

View file

@ -59,7 +59,7 @@ var _ = Describe("Podman rm", func() {
Expect(result.ExitCode()).To(Equal(0))
})
It("podman rm created container", func() {
It("podman rm running container with -f", func() {
session := podmanTest.RunTopContainer("")
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))