mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +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)
|
||||
Expect(ok).To(BeTrue())
|
||||
|
||||
session := podmanTest.Podman([]string{"restart", "test1"})
|
||||
session := podmanTest.Podman([]string{"restart", "--latest"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
})
|
||||
|
Reference in New Issue
Block a user