summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-26 05:20:40 -0400
committerGitHub <noreply@github.com>2022-08-26 05:20:40 -0400
commit339797c01665031fcc6512ca4985434263b8a486 (patch)
tree3670b162def12a3c020f4de1f225b527738488a0 /test
parentac3d9c67ee28fb8b023117eae1be040c7adc6ae8 (diff)
parent9553f3bafad264367a8a642a17239c0d87c18090 (diff)
downloadpodman-339797c01665031fcc6512ca4985434263b8a486.tar.gz
podman-339797c01665031fcc6512ca4985434263b8a486.tar.bz2
podman-339797c01665031fcc6512ca4985434263b8a486.zip
Merge pull request #15490 from rhatdan/codespell
Run codespell
Diffstat (limited to 'test')
-rw-r--r--test/e2e/restart_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/restart_test.go b/test/e2e/restart_test.go
index dd0070f54..9df884292 100644
--- a/test/e2e/restart_test.go
+++ b/test/e2e/restart_test.go
@@ -228,7 +228,7 @@ var _ = Describe("Podman restart", func() {
Expect(beforeRestart.OutputToString()).To(Equal(afterRestart.OutputToString()))
})
- It("podman restart all stoped containers with --all", func() {
+ It("podman restart all stopped containers with --all", func() {
session := podmanTest.RunTopContainer("")
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))