mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-26 17:47:50 +00: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:
parent
540a441234
commit
05fb5a0aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue