diff options
author | Matthew Heon <mheon@redhat.com> | 2021-06-11 14:16:47 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-06-14 10:35:09 -0400 |
commit | e42d727a97e4a5486d8a972a0e526e2e6afc83a9 (patch) | |
tree | a0f35d8ee34e45ece79e5001860bd06b37657170 | |
parent | f69789155aea0e41ab78c36d1ace9f7e57d44a68 (diff) | |
download | podman-e42d727a97e4a5486d8a972a0e526e2e6afc83a9.tar.gz podman-e42d727a97e4a5486d8a972a0e526e2e6afc83a9.tar.bz2 podman-e42d727a97e4a5486d8a972a0e526e2e6afc83a9.zip |
Revert "Ensure minimum API version is set correctly in tests"
This reverts commit 9647d88449f44028c9b870af74e5e44cb819ff9d. We
reverted the API bump (was a mistake, should have been left at
3.1.0) and now we need to revert the test changes.
Signed-off-by: Matthew Heon <mheon@redhat.com>
-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 ae078b900..64aafa013 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.2.0 \ + .Components[0].Details.MinAPIVersion=3.1.0 \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ .MinAPIVersion=1.24 \ |