From 99fbb708e7f63b462249f2c89cb80ab1e524b84a Mon Sep 17 00:00:00 2001 From: PSeitz Date: Sun, 8 Oct 2023 14:08:04 +0200 Subject: [PATCH] Fix VRL tests (#3926) --- quickwit/quickwit-indexing/src/actors/doc_processor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickwit/quickwit-indexing/src/actors/doc_processor.rs b/quickwit/quickwit-indexing/src/actors/doc_processor.rs index 24a21212363..279c0624b0a 100644 --- a/quickwit/quickwit-indexing/src/actors/doc_processor.rs +++ b/quickwit/quickwit-indexing/src/actors/doc_processor.rs @@ -785,7 +785,7 @@ mod tests_vrl { serde_json::json!({ "_source": { "body": "HAPPY USING VRL", - "response_date": "2021-12-19T16:39:59+00:00", + "response_date": "2021-12-19T16:39:59Z", "response_payload": "YWJj", "response_time": 2, "timestamp": 1628837062 @@ -879,7 +879,7 @@ mod tests_vrl { serde_json::json!({ "_source": { "body": "HAPPY USING VRL", - "response_date": "2021-12-19T16:39:59+00:00", + "response_date": "2021-12-19T16:39:59Z", "response_payload": "YWJj", "response_time": 2, "timestamp": 1628837062