diff options
author | Matej Vasek <mvasek@redhat.com> | 2021-05-05 21:45:29 +0200 |
---|---|---|
committer | Matej Vasek <mvasek@redhat.com> | 2021-05-05 22:03:11 +0200 |
commit | c58feddb7bcd7f59a72e3dab3413f99e99296cce (patch) | |
tree | c2ff2c212713fbe2464ba855d5f6e9cc928ec68c /test/apiv2 | |
parent | 404bc2684edd14b20d02d8cd05ca3e6b6ee8888d (diff) | |
download | podman-c58feddb7bcd7f59a72e3dab3413f99e99296cce.tar.gz podman-c58feddb7bcd7f59a72e3dab3413f99e99296cce.tar.bz2 podman-c58feddb7bcd7f59a72e3dab3413f99e99296cce.zip |
fix: docker APIv2 `images/get`
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Diffstat (limited to 'test/apiv2')
-rw-r--r-- | test/apiv2/10-images.at | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at index a08393668..a6764371c 100644 --- a/test/apiv2/10-images.at +++ b/test/apiv2/10-images.at @@ -151,5 +151,6 @@ t DELETE libpod/images/test1:latest 200 # actual: {"cause":"no such image","message":"unable to find a name and tag match for busybox in repotags: no such image","response":500} # #t GET images/get?names=alpine,busybox 200 '[POSIX tar archive]' +t GET "images/get?names=alpine" 200 '[POSIX tar archive]' # vim: filetype=sh |