fix per review request

Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
Matej Vasek
2021-05-06 20:16:53 +02:00
parent 9da542a78b
commit 766659917f

View File

@ -148,6 +148,7 @@ podman pull busybox
#is "$img_cnt" 2 "number of images in tar archive" #is "$img_cnt" 2 "number of images in tar archive"
# TODO getting multiple images is not supported yet # TODO getting multiple images is not supported yet
# once it is supported replace the test below by the tests above # once it is supported replace the test below by the tests above
t GET "images/get?names=alpine&names=busybox" 501 t GET "images/get?names=alpine&names=busybox" 501 \
.cause="getting multiple image is not supported yet"
# vim: filetype=sh # vim: filetype=sh