diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-16 02:02:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 02:02:56 +0100 |
commit | 91ef5fb85e29b70c4b0f6c0fadadce37474b5dc0 (patch) | |
tree | 49770c39c0b56fee2e8b9f37a0fd61f40c88dd4b /test/apiv2/10-images.at | |
parent | 9212c74ff180ee6090a1d4ff77999c19b613c7b6 (diff) | |
parent | 7b51acd4c4140c6fe7f262936c0eee8db2f0cacb (diff) | |
download | podman-91ef5fb85e29b70c4b0f6c0fadadce37474b5dc0.tar.gz podman-91ef5fb85e29b70c4b0f6c0fadadce37474b5dc0.tar.bz2 podman-91ef5fb85e29b70c4b0f6c0fadadce37474b5dc0.zip |
Merge pull request #12601 from edsantiago/apiv2_catch_errs
APIv2 tests: fail on syntax/logic errors
Diffstat (limited to 'test/apiv2/10-images.at')
-rw-r--r-- | test/apiv2/10-images.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at index f849fc33c..07b63e566 100644 --- a/test/apiv2/10-images.at +++ b/test/apiv2/10-images.at @@ -62,7 +62,7 @@ old_iid=$(podman image inspect --format "{{.ID}}" docker.io/library/alpine:lates podman rmi -f docker.io/library/alpine:latest podman tag $IMAGE docker.io/library/alpine:latest t POST "images/create?fromImage=alpine" 200 .error~null .status~".*$old_iid.*" -podman untag $IMAGE docker.io/library/alpine:latest +podman untag docker.io/library/alpine:latest t POST "images/create?fromImage=quay.io/libpod/alpine&tag=sha256:fa93b01658e3a5a1686dc3ae55f170d8de487006fb53a28efcd12ab0710a2e5f" 200 |