diff options
| author | Emmanuel Ferdman <emmanuelferdman@gmail.com> | 2025-10-20 20:52:02 +0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-10-20 14:52:48 -0300 |
| commit | c365139af7067df9f026c09e0c02546772549596 (patch) | |
| tree | 91976a08455cf9f53294a45d2a48d4aef01bc048 | |
| parent | d2a69d730bd94298e5a1045fbdffe829d4ff7299 (diff) | |
[6.0.x] Removed duplicate display_raw key in expected data in GeometryWidgetTests.
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Backport of 5625bd590766e5ca8c2c76ba2307b98f7450ff83 from main.
| -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": "", |
