summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_introspection.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/test_introspection.py')
-rw-r--r--tests/postgres_tests/test_introspection.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/postgres_tests/test_introspection.py b/tests/postgres_tests/test_introspection.py
index 8ae5b80da1..50cb9b2828 100644
--- a/tests/postgres_tests/test_introspection.py
+++ b/tests/postgres_tests/test_introspection.py
@@ -19,12 +19,6 @@ class InspectDBTests(PostgreSQLTestCase):
for field_output in field_outputs:
self.assertIn(field_output, output)
- def test_json_field(self):
- self.assertFieldsInModel(
- 'postgres_tests_jsonmodel',
- ['field = django.contrib.postgres.fields.JSONField(blank=True, null=True)'],
- )
-
def test_range_fields(self):
self.assertFieldsInModel(
'postgres_tests_rangesmodel',