Skip to content

Commit

Permalink
Fix VRL tests (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz authored Oct 8, 2023
1 parent 9676b12 commit 99fbb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickwit/quickwit-indexing/src/actors/doc_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99fbb70

Please sign in to comment.