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-12-21 15:00:22 -0500
committerGitHub <noreply@github.com>2020-12-21 15:00:22 -0500
commit182646b01a4544902c9fdf9326889a0ced7d9a8e (patch)
treed37e89ca4c27877098a4136910db68158e71d855 /pkg/bindings/test/images_test.go
parent076f77b964329c830664b4d6fa3234f608f07591 (diff)
parent401dcff8389e10c6fd88ad34f82daccb8f800d3f (diff)
downloadpodman-182646b01a4544902c9fdf9326889a0ced7d9a8e.tar.gz
podman-182646b01a4544902c9fdf9326889a0ced7d9a8e.tar.bz2
podman-182646b01a4544902c9fdf9326889a0ced7d9a8e.zip
Merge pull request #8775 from baude/bindings3cons
podman v3 container bindings
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 b6362a631..ae41eced9 100644
--- a/pkg/bindings/test/images_test.go
+++ b/pkg/bindings/test/images_test.go
@@ -118,7 +118,7 @@ var _ = Describe("Podman images", func() {
Expect(len(errs)).To(BeZero())
// To be extra sure, check if the previously created container
// is gone as well.
- _, err = containers.Inspect(bt.conn, "top", bindings.PFalse)
+ _, err = containers.Inspect(bt.conn, "top", nil)
code, _ = bindings.CheckResponseCode(err)
// Now make sure both images are gone.