diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-30 12:20:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 12:20:56 +0200 |
commit | d88acd83a1bdd260fc69e0ff115ff99d55bb7760 (patch) | |
tree | 0bae9b464eeb46ce8fb569afc07c582dc29b7a1e /test/e2e/kill_test.go | |
parent | 5aa194b1ed20fc8618c21ebba675d010cfa97ef2 (diff) | |
parent | f304a1757c7accb9263d820bbadc920b4a9c099f (diff) | |
download | podman-d88acd83a1bdd260fc69e0ff115ff99d55bb7760.tar.gz podman-d88acd83a1bdd260fc69e0ff115ff99d55bb7760.tar.bz2 podman-d88acd83a1bdd260fc69e0ff115ff99d55bb7760.zip |
Merge pull request #16005 from sstosh/fix-typo
Fix typo about e2e tests name
Diffstat (limited to 'test/e2e/kill_test.go')
-rw-r--r-- | test/e2e/kill_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/kill_test.go b/test/e2e/kill_test.go index 30c82c45d..d789a6595 100644 --- a/test/e2e/kill_test.go +++ b/test/e2e/kill_test.go @@ -201,7 +201,7 @@ var _ = Describe("Podman kill", func() { Expect(wait).Should(Exit(0)) }) - It("podman stop --all", func() { + It("podman kill --all", func() { session := podmanTest.RunTopContainer("") session.WaitWithDefaultTimeout() Expect(session).Should(Exit(0)) |