summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/manifests_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-27 10:56:43 -0400
committerGitHub <noreply@github.com>2022-04-27 10:56:43 -0400
commit9133a6d044c0ab525cc087ca12c1bbc005f5f325 (patch)
treecae0d851af375e4523097cb4f8510b61f1a70339 /pkg/bindings/test/manifests_test.go
parente4be261755f24e0f12906571b91a1165fea8016e (diff)
parent3bcfd256b3253d248cf458509c05c7940f7e58cb (diff)
downloadpodman-9133a6d044c0ab525cc087ca12c1bbc005f5f325.tar.gz
podman-9133a6d044c0ab525cc087ca12c1bbc005f5f325.tar.bz2
podman-9133a6d044c0ab525cc087ca12c1bbc005f5f325.zip
Merge pull request #13698 from Luap99/version
Bump version to v4.1.0-dev
Diffstat (limited to 'pkg/bindings/test/manifests_test.go')
-rw-r--r--pkg/bindings/test/manifests_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/test/manifests_test.go b/pkg/bindings/test/manifests_test.go
index 64becda43..e6c93817d 100644
--- a/pkg/bindings/test/manifests_test.go
+++ b/pkg/bindings/test/manifests_test.go
@@ -96,7 +96,7 @@ var _ = Describe("podman manifest", func() {
Expect(err).To(HaveOccurred())
code, _ = bindings.CheckResponseCode(err)
- Expect(code).To(BeNumerically("==", http.StatusInternalServerError))
+ Expect(code).To(BeNumerically("==", http.StatusBadRequest))
})
It("remove digest", func() {