summaryrefslogtreecommitdiff
path: root/test/apiv2
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-27 15:10:27 +0200
committerGitHub <noreply@github.com>2020-07-27 15:10:27 +0200
commit55a7faf2b8f09034064029887cc85811a7dae582 (patch)
tree89989ac3f8102dad905dd6a648167fc89e71eea2 /test/apiv2
parent71f7150490c622708ade8348dcd85fd428c5f116 (diff)
parent724a09e40ef2830ec730e7d3f0c729d31b030399 (diff)
downloadpodman-55a7faf2b8f09034064029887cc85811a7dae582.tar.gz
podman-55a7faf2b8f09034064029887cc85811a7dae582.tar.bz2
podman-55a7faf2b8f09034064029887cc85811a7dae582.zip
Merge pull request #7088 from vrothberg/fix-7078
API events: fix parsing error
Diffstat (limited to 'test/apiv2')
-rw-r--r--test/apiv2/01-basic.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at
index 18ec9bbe8..79dac990a 100644
--- a/test/apiv2/01-basic.at
+++ b/test/apiv2/01-basic.at
@@ -68,4 +68,8 @@ else
_show_ok 0 "Time for ten /info requests" "<= 5 seconds" "$delta_t seconds"
fi
+# Simple events test (see #7078)
+t GET "events?stream=false" 200
+t GET "libpod/events?stream=false" 200
+
# vim: filetype=sh