From 724a09e40ef2830ec730e7d3f0c729d31b030399 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 27 Jul 2020 11:46:19 +0200 Subject: test/apiv2: add a simple events test Add a simple test to exercise the events API without the "filters" parameter. Prevents regressing on #7078. Signed-off-by: Valentin Rothberg --- test/apiv2/01-basic.at | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/apiv2/01-basic.at') 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 -- cgit v1.2.3-54-g00ecf