Skip to content

Commit

Permalink
chore: fix json path test
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Nov 5, 2024
1 parent c8bfb57 commit 74e003f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pipeline/src/etl/processor/json_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ mod test {
let json_path = JsonPath::try_from("$.hello").unwrap();
let processor = JsonPathProcessor {
json_path,
result_idex: Some(0),
..Default::default()
};

Expand Down

0 comments on commit 74e003f

Please sign in to comment.