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",