Fix E2E tests
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #503 Approved by: rhatdan
This commit is contained in:
parent
5c20bc4963
commit
358f84ad39
|
|
@ -71,7 +71,7 @@ var _ = Describe("Podman restart", func() {
|
|||
_, exitCode, _ := podmanTest.RunLsContainer("test1")
|
||||
Expect(exitCode).To(Equal(0))
|
||||
|
||||
_, exitCode, _ := podmanTest.RunLsContainer("test2")
|
||||
_, exitCode, _ = podmanTest.RunLsContainer("test2")
|
||||
Expect(exitCode).To(Equal(0))
|
||||
|
||||
session := podmanTest.Podman([]string{"restart", "test1", "test2"})
|
||||
|
|
|
|||
Loading…
Reference in New Issue