Skip to content

Commit

Permalink
really????
Browse files Browse the repository at this point in the history
  • Loading branch information
romseygeek committed Oct 30, 2023
1 parent b562b84 commit f8d6644
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ public void testIndexedTemplateClient() throws Exception {
public void testBadTemplate() {

// This template will produce badly formed json if given a multi-valued `text_fields` parameter,
// as it does not add commas between the entries. We test that it produces a 400 json parsing
// as it does not add commas between the entries. We test that it produces a 400 json parsing
// error both when used directly and when used in a render template request.

String script = """
{
"script": {
Expand Down

0 comments on commit f8d6644

Please sign in to comment.