Skip to content

Commit 3cd735e

Browse files
committed
more rest tests
Signed-off-by: bowenlan-amzn <[email protected]>
1 parent 04789e5 commit 3cd735e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/370_bitmap_filtering.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ setup:
8282
body: {
8383
"query": {
8484
"terms": {
85-
"student_id": "OjAAAAEAAAAAAAEAEAAAAG8A3gA=",
85+
"student_id": ["OjAAAAEAAAAAAAEAEAAAAG8A3gA="],
8686
"value_type": "bitmap"
8787
}
8888
}
@@ -171,9 +171,9 @@ setup:
171171
}
172172
}
173173
- match: { hits.total: 3 }
174-
- match: { hits.hits.0._source.name: Jane Doe }
175-
- match: { hits.hits.0._source.student_id: 111 }
176174
- match: { hits.hits.0._source.name: Mary Major }
177175
- match: { hits.hits.0._source.student_id: 222 }
178-
- match: { hits.hits.0._source.name: John Doe }
179-
- match: { hits.hits.0._source.student_id: 333 }
176+
- match: { hits.hits.1._source.name: Jane Doe }
177+
- match: { hits.hits.1._source.student_id: 111 }
178+
- match: { hits.hits.2._source.name: John Doe }
179+
- match: { hits.hits.2._source.student_id: 333 }

0 commit comments

Comments
 (0)