summaryrefslogtreecommitdiff
path: root/test/apiv2/20-containers.at
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-30 16:51:58 +0200
committerGitHub <noreply@github.com>2020-03-30 16:51:58 +0200
commit0fa01c8bf82a69d9c923fa982b70b72fade84be6 (patch)
tree3c935e63e6ae6f6723d237e4bdb19986fa827413 /test/apiv2/20-containers.at
parentcc22b94a7ab13c546e4b0c42024c13fe9d280b39 (diff)
parent46e434e2cb91ef196a743e31b26e198d21f59be6 (diff)
downloadpodman-0fa01c8bf82a69d9c923fa982b70b72fade84be6.tar.gz
podman-0fa01c8bf82a69d9c923fa982b70b72fade84be6.tar.bz2
podman-0fa01c8bf82a69d9c923fa982b70b72fade84be6.zip
Merge pull request #5643 from edsantiago/test_apiv2
API v2 tests: usability improvements
Diffstat (limited to 'test/apiv2/20-containers.at')
-rw-r--r--test/apiv2/20-containers.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at
index 3a5d5a398..7fb39b221 100644
--- a/test/apiv2/20-containers.at
+++ b/test/apiv2/20-containers.at
@@ -11,7 +11,7 @@ podman pull $IMAGE &>/dev/null
# Ensure clean slate
podman rm -a -f &>/dev/null
-t GET libpod/containers/json 200 length=0
+t GET "libpod/containers/json (at start: clean slate)" 200 length=0
podman run $IMAGE true