summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/inspectdb/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/inspectdb/tests.py b/tests/inspectdb/tests.py
index 51f0b82f9e..0ef37aa0a7 100644
--- a/tests/inspectdb/tests.py
+++ b/tests/inspectdb/tests.py
@@ -388,7 +388,8 @@ class InspectDBTestCase(TestCase):
"""
out = StringIO()
with mock.patch(
- "django.db.connection.introspection.data_types_reverse.base_data_types_reverse",
+ "django.db.connection.introspection.data_types_reverse."
+ "base_data_types_reverse",
{
"text": "myfields.TextField",
"bigint": "BigIntegerField",