diff options
author | Matthew Heon <mheon@redhat.com> | 2021-06-03 14:46:04 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-06-03 14:46:04 -0400 |
commit | 9647d88449f44028c9b870af74e5e44cb819ff9d (patch) | |
tree | 86e6e37a3fb2bcc2b160c6c21a2dc6cc9415dad4 /test | |
parent | 72455ece420056634c76d79d4d88d366c8ee0815 (diff) | |
download | podman-9647d88449f44028c9b870af74e5e44cb819ff9d.tar.gz podman-9647d88449f44028c9b870af74e5e44cb819ff9d.tar.bz2 podman-9647d88449f44028c9b870af74e5e44cb819ff9d.zip |
Ensure minimum API version is set correctly in tests
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 64aafa013..ae078b900 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~3[0-9.-]\\+ \ - .Components[0].Details.MinAPIVersion=3.1.0 \ + .Components[0].Details.MinAPIVersion=3.2.0 \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ .MinAPIVersion=1.24 \ |