diff options
author | Matthew Heon <mheon@redhat.com> | 2021-03-29 17:12:45 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-03-29 17:29:19 -0400 |
commit | bce3e6c5faa2e026168ebc5f6309dc162d096641 (patch) | |
tree | 59410651708bdbc79057d3995f163bfac1ad89f6 /test | |
parent | ec1a512ac008f816100da5d15b53907d7f1e2952 (diff) | |
download | podman-bce3e6c5faa2e026168ebc5f6309dc162d096641.tar.gz podman-bce3e6c5faa2e026168ebc5f6309dc162d096641.tar.bz2 podman-bce3e6c5faa2e026168ebc5f6309dc162d096641.zip |
Fix 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 788007069..0bf0a0939 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=3.1.0-dev \ + .Components[0].Details.APIVersion~3[0-9.-]\\+ \ .Components[0].Details.MinAPIVersion=3.0.0 \ .Components[0].Details.Os=linux \ .ApiVersion=1.40 \ |