diff options
| author | Emmanuel Ferdman <emmanuelferdman@gmail.com> | 2025-10-20 20:52:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 14:52:02 -0300 |
| commit | 5625bd590766e5ca8c2c76ba2307b98f7450ff83 (patch) | |
| tree | 3f91e3f7110717f2268292f26996b7de50a7cb95 /tests/gis_tests | |
| parent | 344ae16e1e21ab7c0b594d755519738f7f16eaf1 (diff) | |
Removed duplicate display_raw key in expected data in GeometryWidgetTests.
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Diffstat (limited to 'tests/gis_tests')
| -rw-r--r-- | tests/gis_tests/test_geoforms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gis_tests/test_geoforms.py b/tests/gis_tests/test_geoforms.py index 753505fc68..4b229d8897 100644 --- a/tests/gis_tests/test_geoforms.py +++ b/tests/gis_tests/test_geoforms.py @@ -507,7 +507,6 @@ class GeometryWidgetTests(SimpleTestCase): "map_srid": 4326, "geom_name": "Geometry", "geom_type": "GEOMETRY", - "display_raw": False, }, "name": "name", "template_name": "", |
