diff options
author | Matthew Heon <mheon@redhat.com> | 2022-02-11 13:18:08 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-02-11 14:04:02 -0500 |
commit | 6a3de93513947368bb27d2daf2d85e096bd5fa6b (patch) | |
tree | 8e17b2501364ff5c3a1f8d5bd2875a3abfa05f03 /test | |
parent | 92790e98c6bc818e6941c66d9cd864d60938376f (diff) | |
download | podman-6a3de93513947368bb27d2daf2d85e096bd5fa6b.tar.gz podman-6a3de93513947368bb27d2daf2d85e096bd5fa6b.tar.bz2 podman-6a3de93513947368bb27d2daf2d85e096bd5fa6b.zip |
Revert minimum API change
CI is barfing and this seems like the most likely cause.
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/apiv2/01-basic.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at index cfd7fe036..06db62785 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -19,7 +19,7 @@ for i in /version version; do t GET $i 200 \ .Components[0].Name="Podman Engine" \ .Components[0].Details.APIVersion~4[0-9.-]\\+ \ - .Components[0].Details.MinAPIVersion=4.0.0-dev \ + .Components[0].Details.MinAPIVersion=3.3.1 \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ .MinAPIVersion=1.24 \ |