mirror of
https://github.com/containers/podman.git
synced 2025-07-18 01:57:24 +08:00
Fix typo in tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -384,7 +384,7 @@ var _ = Describe("Podman pull", func() {
|
||||
session := podmanTest.Podman([]string{"pull", "--all-tags", "k8s.gcr.io/pause"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
Expect(session.LineInOuputStartsWith("Pulled Images:")).To(BeTrue())
|
||||
Expect(session.LineInOutputStartsWith("Pulled Images:")).To(BeTrue())
|
||||
|
||||
session = podmanTest.Podman([]string{"images"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
Reference in New Issue
Block a user