Update test_elasticsearch__provider.py (#936)
Update pytests re: https://github.com/geopython/pygeoapi/pull/935
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user