diff options
Diffstat (limited to 'tests/check_framework')
| -rw-r--r-- | tests/check_framework/test_database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/test_database.py b/tests/check_framework/test_database.py index 2dff3aaca4..06baf0e38d 100644 --- a/tests/check_framework/test_database.py +++ b/tests/check_framework/test_database.py @@ -8,7 +8,7 @@ from django.test import TestCase class DatabaseCheckTests(TestCase): - multi_db = True + databases = {'default', 'other'} @property def func(self): |
