pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
17 stars 24 forks source link

Update test expectations for new doc type name #240

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 and ensure the appropriate version of pelias-config is used going forward.

Connects https://github.com/pelias/config/pull/122 Connects https://github.com/pelias/pelias/issues/831 Fixes https://github.com/pelias/polylines/issues/239