diff --git a/tests/gis_tests/geoapp/test_functions.py b/tests/gis_tests/geoapp/test_functions.py index f223599ede..7610a522eb 100644 --- a/tests/gis_tests/geoapp/test_functions.py +++ b/tests/gis_tests/geoapp/test_functions.py @@ -26,7 +26,6 @@ class GISFunctionsTests(FuncTestMixin, TestCase): fixtures = ['initial'] def test_asgeojson(self): - # Only PostGIS and SpatiaLite support GeoJSON. if not connection.features.has_AsGeoJSON_function: with self.assertRaises(NotSupportedError): list(Country.objects.annotate(json=functions.AsGeoJSON('mpoly')))