mongo-php-library icon indicating copy to clipboard operation
mongo-php-library copied to clipboard

PHPLIB-1750 Relax search index management spec test to allow the extra 'field' property

Open GromNaN opened this issue 6 days ago • 0 comments

Fix PHPLIB-1750

The docker image mongodb/mongodb-atlas-local have a different behavior than MongoDB Atlas.

This change makes the test less sensible to the server output.

Fixed test:

Expected :'{ "mappings" : { "dynamic" : false } }'
Actual   :'{ "mappings" : { "dynamic" : false, "fields" : { } } }'

GromNaN avatar Dec 17 '25 17:12 GromNaN