From 766659917f9b0b47c722d0c08707841bd1c649ae Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Thu, 6 May 2021 20:16:53 +0200 Subject: fix per review request Signed-off-by: Matej Vasek --- test/apiv2/10-images.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at index 6f439ad85..53702fa0a 100644 --- a/test/apiv2/10-images.at +++ b/test/apiv2/10-images.at @@ -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 -- cgit v1.2.3-54-g00ecf