From e4cd9b33432966cb8f6040436daa8d8f4fa651f9 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 9 Oct 2023 22:52:59 +0545 Subject: [PATCH] Mostly this should fix tests that compares intersects query --- tests/test_app.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_app.py b/tests/test_app.py index 5807899e..05e3d1fe 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -38,6 +38,7 @@ def test_rawdata_current_snapshot_geometry_query(): ], }, "outputType": "geojson", + "useStWithin": False, "filters": { "tags": {"point": {"join_or": {"amenity": ["shop", "toilet"]}}}, "attributes": {"point": ["name"]}, @@ -85,6 +86,7 @@ def test_rawdata_current_snapshot_normal_query(): ] ], }, + "useStWithin": False, "outputType": "geojson", } validated_params = RawDataCurrentParams(**test_param) @@ -130,6 +132,7 @@ def test_attribute_filter_rawdata(): ], }, "outputType": "geojson", + "useStWithin": False, "geometryType": ["polygon", "line"], "filters": { "attributes": {"line": ["name"]}, @@ -181,6 +184,7 @@ def test_and_filters(): ], }, "outputType": "geojson", + "useStWithin": False, "geometryType": ["polygon"], "filters": { "tags": {