diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-01 22:38:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 22:38:58 +0100 |
| commit | b2cd6e0402bcd425130e397d79588dc406eccf53 (patch) | |
| tree | 621406623bc0dfed9de9bae1e904fb0d46326441 /test/e2e/import_test.go | |
| parent | 7f084a8ae212f1c2c67e9cfb1f9e4c5470e01870 (diff) | |
| parent | 1f91521d24ac209938fa7524f657db8e0a30c20c (diff) | |
| download | podman-b2cd6e0402bcd425130e397d79588dc406eccf53.tar.gz podman-b2cd6e0402bcd425130e397d79588dc406eccf53.tar.bz2 podman-b2cd6e0402bcd425130e397d79588dc406eccf53.zip | |
Merge pull request #8542 from rhatdan/test
Fix typo in tests
Diffstat (limited to 'test/e2e/import_test.go')
| -rw-r--r-- | test/e2e/import_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/import_test.go b/test/e2e/import_test.go index 1be4ef920..bd465bf38 100644 --- a/test/e2e/import_test.go +++ b/test/e2e/import_test.go @@ -87,7 +87,7 @@ var _ = Describe("Podman import", func() { results := podmanTest.Podman([]string{"history", "imported-image", "--format", "{{.Comment}}"}) results.WaitWithDefaultTimeout() Expect(results.ExitCode()).To(Equal(0)) - Expect(results.LineInOuputStartsWith("importing container test message")).To(BeTrue()) + Expect(results.LineInOutputStartsWith("importing container test message")).To(BeTrue()) }) It("podman import with change flag CMD=<path>", func() { |
