From daac10b80bc8df321a57332cfd0283fec0569e06 Mon Sep 17 00:00:00 2001 From: Clara Ni Date: Tue, 24 Dec 2024 16:07:53 +0100 Subject: [PATCH] fix tests --- front/tests/utils/setup-utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/tests/utils/setup-utils.ts b/front/tests/utils/setup-utils.ts index 691087a235f..fdca03a1a99 100644 --- a/front/tests/utils/setup-utils.ts +++ b/front/tests/utils/setup-utils.ts @@ -177,8 +177,8 @@ export async function createDataForTests(): Promise { const stdcmEnvironment = { infra_id: smallInfra.id, - search_window_begin: '2024-10-17T00:00:01', - search_window_end: '2024-10-18T23:59:59', + search_window_begin: '2024-10-17T00:00:01 +02', + search_window_end: '2024-10-18T23:59:59 +02', timetable_id: scenarioTrainSchedule.timetable_id, } as StdcmSearchEnvironment;