Skip to content

Commit

Permalink
Fix bad JSON in javaRestTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 21, 2023
1 parent 6e95140 commit 275c934
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,12 @@ public void testLtrSimpleDFS() throws Exception {

searchResponse = searchDfs("""
{
"rescore": {
"window_size": 10,
"learn_to_rank": {
"model_id": "basic-ltr-model",
"params": { "keyword": "TV" }
"rescore": {
"window_size": 10,
"learn_to_rank": {
"model_id": "basic-ltr-model",
"params": { "keyword": "TV" }
}
}
}""");

Expand Down

0 comments on commit 275c934

Please sign in to comment.