mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Fix nit in restart E2E tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #503 Approved by: rhatdan
This commit is contained in:
@ -62,7 +62,7 @@ var _ = Describe("Podman restart", func() {
|
|||||||
ok := WaitForContainer(&podmanTest)
|
ok := WaitForContainer(&podmanTest)
|
||||||
Expect(ok).To(BeTrue())
|
Expect(ok).To(BeTrue())
|
||||||
|
|
||||||
session := podmanTest.Podman([]string{"restart", "test1"})
|
session := podmanTest.Podman([]string{"restart", "--latest"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user