From b4b074a812b69ad811a1bd2725fc971a44e801e4 Mon Sep 17 00:00:00 2001 From: caetano melone Date: Thu, 30 May 2024 13:53:22 -0700 Subject: [PATCH] change gitlab timestamp format to be consistent with webhook response in tests --- gantry/tests/defs/collection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gantry/tests/defs/collection.py b/gantry/tests/defs/collection.py index 92fcab8..a6326be 100644 --- a/gantry/tests/defs/collection.py +++ b/gantry/tests/defs/collection.py @@ -12,8 +12,8 @@ "build_status": "success", "build_name": "gmsh@4.8.4 /jcchwaj %gcc@11.4.0 arch=linux-ubuntu20.04-x86_64_v3 E4S", "build_id": 9892514, # not used in testing unless it already exists in the db - "build_started_at": "2024-01-24T17:24:06.000Z", - "build_finished_at": "2024-01-24T17:47:00.000Z", + "build_started_at": "2024-01-24 17:24:06 UTC", + "build_finished_at": "2024-01-24 17:47:00 UTC", "ref": "pr42264_bugfix/mathomp4/hdf5-appleclang15", "runner": {"description": "aws"}, }