Skip to content

Commit

Permalink
Fixed xcontent test
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Oct 10, 2019
1 parent 54ed18e commit e7fb688
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public void testSearchResponseToXContent() throws IOException {
.startObject()
.field("took", 0)
.field("timed_out", false)
.field("partial_results", false)
.startObject("_shards")
.field("total", 0)
.field("successful", 0)
Expand Down

0 comments on commit e7fb688

Please sign in to comment.