diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-30 21:29:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 21:29:26 +0200 |
commit | bd07179e9c608ff1075f052843aeb9b1c8b7c7e3 (patch) | |
tree | c99b7a41571e0b7593afe0a197747685e4670b66 /test | |
parent | 989c8e97851c1a443270e803e19dd069fc199302 (diff) | |
parent | eef66973de4738536810be71b91e3503e7aa5183 (diff) | |
download | podman-bd07179e9c608ff1075f052843aeb9b1c8b7c7e3.tar.gz podman-bd07179e9c608ff1075f052843aeb9b1c8b7c7e3.tar.bz2 podman-bd07179e9c608ff1075f052843aeb9b1c8b7c7e3.zip |
Merge pull request #9892 from jwhonce/wip/top
Trim white space from /top endpoint results
Diffstat (limited to 'test')
-rw-r--r-- | test/apiv2/25-containersMore.at | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/apiv2/25-containersMore.at b/test/apiv2/25-containersMore.at index 39bfa2e32..0a049d869 100644 --- a/test/apiv2/25-containersMore.at +++ b/test/apiv2/25-containersMore.at @@ -38,7 +38,8 @@ t GET libpod/containers/foo/json 200 \ # List processes of the container t GET libpod/containers/foo/top 200 \ - length=2 + length=2 \ + .Processes[0][7]="top" # List processes of none such t GET libpod/containers/nonesuch/top 404 |