Skip to content

Commit

Permalink
fix per review request
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed May 6, 2021
1 parent 9da542a commit 7666599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/apiv2/10-images.at
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ podman pull busybox
#is "$img_cnt" 2 "number of images in tar archive"
# TODO getting multiple images is not supported yet
# 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

0 comments on commit 7666599

Please sign in to comment.