diff options
author | Matej Vasek <mvasek@redhat.com> | 2021-05-06 20:16:53 +0200 |
---|---|---|
committer | Matej Vasek <mvasek@redhat.com> | 2021-05-06 20:16:53 +0200 |
commit | 766659917f9b0b47c722d0c08707841bd1c649ae (patch) | |
tree | 855c8fac80d995f190ab27b07088d971220875c5 | |
parent | 9da542a78bd025b1025c019ca27e1e9779323cc6 (diff) | |
download | podman-766659917f9b0b47c722d0c08707841bd1c649ae.tar.gz podman-766659917f9b0b47c722d0c08707841bd1c649ae.tar.bz2 podman-766659917f9b0b47c722d0c08707841bd1c649ae.zip |
fix per review request
Signed-off-by: Matej Vasek <mvasek@redhat.com>
-rw-r--r-- | test/apiv2/10-images.at | 3 |
1 files changed, 2 insertions, 1 deletions
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 |