Skip to content

Commit e3477a6

Browse files
committed
fix test failure
Signed-off-by: bowenlan-amzn <[email protected]> (cherry picked from commit d033774)
1 parent f65b317 commit e3477a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/400_max_score.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ teardown:
3838

3939
- do:
4040
search:
41+
rest_total_hits_as_int: true
4142
index: test_1
4243
body:
4344
query: { term: { foo: bar} }
@@ -70,6 +71,7 @@ teardown:
7071

7172
- do:
7273
search:
74+
rest_total_hits_as_int: true
7375
index: test_1
7476
body:
7577
query: { term: { foo: bar} }

0 commit comments

Comments
 (0)