diff options
Diffstat (limited to 'tests/context_processors/tests.py')
| -rw-r--r-- | tests/context_processors/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/context_processors/tests.py b/tests/context_processors/tests.py index 0baf806c1d..79b9ddef67 100644 --- a/tests/context_processors/tests.py +++ b/tests/context_processors/tests.py @@ -64,7 +64,7 @@ class DebugContextProcessorTests(TestCase): """ Tests for the ``django.template.context_processors.debug`` processor. """ - multi_db = True + databases = {'default', 'other'} def test_debug(self): url = '/debug/' |
