diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-26 05:20:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 05:20:40 -0400 |
commit | 339797c01665031fcc6512ca4985434263b8a486 (patch) | |
tree | 3670b162def12a3c020f4de1f225b527738488a0 /test | |
parent | ac3d9c67ee28fb8b023117eae1be040c7adc6ae8 (diff) | |
parent | 9553f3bafad264367a8a642a17239c0d87c18090 (diff) | |
download | podman-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.go | 2 |
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)) |