diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-28 20:12:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 20:12:08 -0400 |
commit | cd1e25f5d57059a50e8aeae5b640c2d282e70f96 (patch) | |
tree | c5fe7993722f72f96b2f49b1ce47e2bb99adc531 /test/system | |
parent | e8818ced806910f8ce44939fef08f89139be4119 (diff) | |
parent | 5626c2163bff661540e1ae3a5df25f0c7e7573f6 (diff) | |
download | podman-cd1e25f5d57059a50e8aeae5b640c2d282e70f96.tar.gz podman-cd1e25f5d57059a50e8aeae5b640c2d282e70f96.tar.bz2 podman-cd1e25f5d57059a50e8aeae5b640c2d282e70f96.zip |
Merge pull request #6420 from jwhonce/wip/json
V2 verify JSON output is consistent and doesn't drift
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/010-images.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/010-images.bats b/test/system/010-images.bats index 6957d4830..2b1845d72 100644 --- a/test/system/010-images.bats +++ b/test/system/010-images.bats @@ -28,7 +28,7 @@ load helpers # 'created': podman includes fractional seconds, podman-remote does not tests=" Names[0] | $PODMAN_TEST_IMAGE_FQN -ID | [0-9a-f]\\\{64\\\} +Id | [0-9a-f]\\\{64\\\} Digest | sha256:[0-9a-f]\\\{64\\\} CreatedAt | [0-9-]\\\+T[0-9:.]\\\+Z Size | [0-9]\\\+ |