Skip to content

Commit 9d87ca5

Browse files
committed
300_sequence_numbers should not rely on 7.0 total hits structure
1 parent 4313c2d commit 9d87ca5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/300_sequence_numbers.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ setup:
3333
foo: bar
3434
seq_no_primary_term: true
3535

36-
- match: {hits.total.value: 1}
3736
- match: {hits.hits.0._seq_no: 1}
3837
- gte: {hits.hits.0._primary_term: 1}
3938

@@ -48,7 +47,6 @@ setup:
4847
foo: bar
4948
seq_no_primary_term: true
5049

51-
- match: {hits.total.value: 1}
5250
- match: {hits.hits.0._seq_no: 1}
5351
- gte: {hits.hits.0._primary_term: 1}
5452

0 commit comments

Comments
 (0)