Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Aug 9, 2024
1 parent 6b0921a commit cf82097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public void testFromJson() throws IOException {
String json = "{\n"
+ " \"terms\" : {\n"
+ " \"user\" : [ \"foobar\", \"opensearch\" ],\n"
+ " \"boost\" : 1.0\n"
+ " \"boost\" : 1.0,\n"
+ " \"rewrite_override\": \"index_only\"\n"
+ " }\n"
+ "}";
Expand Down

0 comments on commit cf82097

Please sign in to comment.