[TEST] don't check exact size in mapper-size yaml test

Rather test that the size is present and greather than zero. The actual size depends on the content-type, which is randomized.
This commit is contained in:
javanna 2017-02-20 14:19:18 +01:00 committed by Luca Cavanna
parent dad025a6ad
commit 2f6a6090b8

View File

@ -28,5 +28,5 @@
id: 1
stored_fields: "_size"
- match: { _size: 13 }
- gt: { _size: 0 }