diff --git a/integration-test/1588-quay-wharf-other-sort-rank.py b/integration-test/1588-quay-wharf-other-sort-rank.py index 68f3d122c..e809835ef 100644 --- a/integration-test/1588-quay-wharf-other-sort-rank.py +++ b/integration-test/1588-quay-wharf-other-sort-rank.py @@ -22,7 +22,7 @@ def test_crop(self): z, x, y, 'landuse', { 'id': 145660534, 'kind': 'farmland', - 'crop': 'rice', + 'kind_detail': 'rice', }) def test_crop_remap_sugarcane(self): @@ -43,7 +43,7 @@ def test_crop_remap_sugarcane(self): z, x, y, 'landuse', { 'id': 145660534, 'kind': 'farmland', - 'crop': 'sugarcane', + 'kind_detail': 'sugarcane', })