aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2022-02-16 14:10:39 -0500
committerMatthew Heon <matthew.heon@pm.me>2022-02-17 12:34:05 -0500
commit49f8da7271ed9b9256a182aca004700047e271ed (patch)
tree68299c500a0a280b7077401d76d3f3d2f0bea5c5 /test
parent84c8870ac236578c41713113fc09a29a5f727bdd (diff)
downloadpodman-49f8da7271ed9b9256a182aca004700047e271ed.tar.gz
podman-49f8da7271ed9b9256a182aca004700047e271ed.tar.bz2
podman-49f8da7271ed9b9256a182aca004700047e271ed.zip
Bump to v4.0.0
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-rw-r--r--test/apiv2/01-basic.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at
index 06db62785..e4348a9a7 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=3.3.1 \
+ .Components[0].Details.MinAPIVersion=4.0.0 \
.Components[0].Details.Os=linux \
.ApiVersion=1.40 \
.MinAPIVersion=1.24 \