diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-09-20 14:27:50 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-09-20 14:27:50 +0200 |
commit | 6001cd02a999e82cbbf9fd05ed5d2c620c114658 (patch) | |
tree | 90a5d787df98f74d8f7a47428b2284a40c942cd2 | |
parent | 4406ebb46178bd10e25215649d4df7e61db53062 (diff) | |
download | podman-6001cd02a999e82cbbf9fd05ed5d2c620c114658.tar.gz podman-6001cd02a999e82cbbf9fd05ed5d2c620c114658.tar.bz2 podman-6001cd02a999e82cbbf9fd05ed5d2c620c114658.zip |
test/apiv2: set main version back to 3
Must have slipped through when creating the 3.4 branch.
Signed-off-by: Valentin Rothberg <rothberg@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 564c7bed5..64aafa013 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -18,7 +18,7 @@ t HEAD libpod/_ping 200 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.APIVersion~3[0-9.-]\\+ \ .Components[0].Details.MinAPIVersion=3.1.0 \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ |