Update test_elasticsearch__provider.py (#936)

Update pytests re: https://github.com/geopython/pygeoapi/pull/935
This commit is contained in:
Benjamin Webb
2022-07-08 21:56:56 -04:00
committed by GitHub
parent 265f6c4205
commit cd9e8ba7ee
+2 -1
View File
@@ -149,7 +149,8 @@ def test_query(config):
fields = p.get_fields()
assert len(fields) == 37
assert fields['scalerank']['type'] == 'long'
assert fields['scalerank']['type'] == 'number'
assert fields['scalerank']['format'] == 'long'
assert fields['changed']['type'] == 'number'
assert fields['changed']['format'] == 'float'
assert fields['ls_name']['type'] == 'string'