summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/images_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-20 17:06:36 +0100
committerGitHub <noreply@github.com>2020-02-20 17:06:36 +0100
commit3e5699224bf4bbaa7f61681831a8bf36e3d7aec4 (patch)
tree2efc288f5647a37595d9b84edefc1e2ee3896e12 /pkg/bindings/test/images_test.go
parente7d8bda8706b98dfc182cf03e294dc1ce83af6d2 (diff)
parent3db43dcce3479b73b023dee1798a69bc78b15fb8 (diff)
downloadpodman-3e5699224bf4bbaa7f61681831a8bf36e3d7aec4.tar.gz
podman-3e5699224bf4bbaa7f61681831a8bf36e3d7aec4.tar.bz2
podman-3e5699224bf4bbaa7f61681831a8bf36e3d7aec4.zip
Merge pull request #5251 from sujil02/pod-test
Add test to validate the pod bindings api
Diffstat (limited to 'pkg/bindings/test/images_test.go')
-rw-r--r--pkg/bindings/test/images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/test/images_test.go b/pkg/bindings/test/images_test.go
index 74e0cc67a..483b6b42d 100644
--- a/pkg/bindings/test/images_test.go
+++ b/pkg/bindings/test/images_test.go
@@ -93,7 +93,7 @@ var _ = Describe("Podman images", func() {
// Start a container with alpine image
var top string = "top"
- bt.RunTopContainer(&top)
+ bt.RunTopContainer(&top, &falseFlag, nil)
// we should now have a container called "top" running
containerResponse, err := containers.Inspect(connText, "top", &falseFlag)
Expect(err).To(BeNil())