From dd98e703023225eacae9f3cf93ae92026686df5f Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Mon, 10 May 2021 10:17:04 +0200 Subject: fix: use UTC Time Stamps in response JSON Signed-off-by: Matej Vasek --- test/apiv2/20-containers.at | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at index 23dd374d6..a81210855 100644 --- a/test/apiv2/20-containers.at +++ b/test/apiv2/20-containers.at @@ -161,6 +161,12 @@ t GET libpod/containers/myctr/json 200 \ .OCIConfigPath~.*config\.json \ .GraphDriver.Data.MergedDir~.*merged +# Test TS are in UTC +t GET containers/myctr/json 200 \ + .Created~.*Z \ + .State.StartedAt~.*Z \ + .State.FinishedAt~.*Z + t DELETE images/localhost/newrepo:latest?force=true 200 t DELETE images/localhost/newrepo:v1?force=true 200 t DELETE images/localhost/newrepo:v2?force=true 200 -- cgit v1.2.3-54-g00ecf