diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-29 12:26:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 12:26:11 +0100 |
commit | 807f7cfed3df770abcb7609e9b281d666a110b27 (patch) | |
tree | 35cbe1adab0c866b2f4688bdbec0d842890a1ce7 /test | |
parent | e06631d6c22f4d5b7a62f70ccdf623379a9d5fe7 (diff) | |
parent | a2687783d447183a7ab0c97023b87e9731cc7fe9 (diff) | |
download | podman-807f7cfed3df770abcb7609e9b281d666a110b27.tar.gz podman-807f7cfed3df770abcb7609e9b281d666a110b27.tar.bz2 podman-807f7cfed3df770abcb7609e9b281d666a110b27.zip |
Merge pull request #12705 from olitha/compat-api-containers-sha256
Compat api containers ImageId missing sha256
Diffstat (limited to 'test')
-rw-r--r-- | test/apiv2/20-containers.at | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at index e931ceebe..5a02ca3cb 100644 --- a/test/apiv2/20-containers.at +++ b/test/apiv2/20-containers.at @@ -46,6 +46,10 @@ t GET /containers/json?all=true 200 \ .[0].Image=$IMAGE \ $network_expect +# compat API imageid with sha256: prefix +t GET containers/json?limit=1 200 \ + .[0].ImageID~sha256:[0-9a-f]\\{64\\} + # Make sure `limit` works. t GET libpod/containers/json?limit=1 200 \ length=1 \ |