summaryrefslogtreecommitdiff
path: root/test/e2e/run_restart_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/run_restart_test.go')
-rw-r--r--test/e2e/run_restart_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/run_restart_test.go b/test/e2e/run_restart_test.go
index c55dfa1d3..72a48987d 100644
--- a/test/e2e/run_restart_test.go
+++ b/test/e2e/run_restart_test.go
@@ -38,7 +38,7 @@ var _ = Describe("Podman run restart containers", func() {
})
It("Podman start after signal kill", func() {
- session := podmanTest.RunTopContainer("test1")
+ _ = podmanTest.RunTopContainer("test1")
ok := WaitForContainer(&podmanTest)
Expect(ok).To(BeTrue())