pelias / openstreetmap

Import pipeline for OSM in to Pelias
MIT License
112 stars 72 forks source link

chore(tests): Update test expectations for new doc type name #514

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

As of pelias-config@4.8.0, the default Elasticsearch type name is now _doc, which is the value compatible with Elasticsearch 7.

This PR updates the functional tests to expect that new value.

Connects https://github.com/pelias/config/pull/122 Connects https://github.com/pelias/pelias/issues/831 Fixes https://github.com/pelias/openstreetmap/issues/513