diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-11 05:36:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 05:36:08 -0500 |
commit | dd954781e6e308a0bbecfaf6699b41426100a58d (patch) | |
tree | 72c9df7f26356f61f2f37cb553d97a49ab837b61 /pkg/bindings/test/manifests_test.go | |
parent | 6823a5d6cc771ed3c031518a759670dff7ee81b5 (diff) | |
parent | ead8b5be0f86293801fcf22ef41dddbddb02bef7 (diff) | |
download | podman-dd954781e6e308a0bbecfaf6699b41426100a58d.tar.gz podman-dd954781e6e308a0bbecfaf6699b41426100a58d.tar.bz2 podman-dd954781e6e308a0bbecfaf6699b41426100a58d.zip |
Merge pull request #8633 from baude/bindings3
Bindings refactor
Diffstat (limited to 'pkg/bindings/test/manifests_test.go')
-rw-r--r-- | pkg/bindings/test/manifests_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/test/manifests_test.go b/pkg/bindings/test/manifests_test.go index 55fc4cb0d..a4ecaa20f 100644 --- a/pkg/bindings/test/manifests_test.go +++ b/pkg/bindings/test/manifests_test.go @@ -47,7 +47,7 @@ var _ = Describe("Podman containers ", func() { code, _ := bindings.CheckResponseCode(err) Expect(code).To(BeNumerically("==", http.StatusInternalServerError)) - _, err = images.Remove(bt.conn, id, false) + _, err = images.Remove(bt.conn, id, nil) Expect(err).To(BeNil()) // create manifest list with images |