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/01-basic.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/01-basic.at')
-rw-r--r-- | test/apiv2/01-basic.at | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at index 564c7bed5..2747ccbd4 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -82,7 +82,7 @@ else fi # Simple events test (see #7078) -t GET "events?stream=false" 200 -t GET "libpod/events?stream=false" 200 +t GET "events?stream=false&since=30s" 200 +t GET "libpod/events?stream=false&since=30s" 200 # vim: filetype=sh |