mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
parent
d4fd31684a
commit
a8c15481f4
11 changed files with 36 additions and 36 deletions
|
@ -1778,7 +1778,7 @@ class OverrideSettingsTests(SimpleTestCase):
|
|||
|
||||
def test_override_database_routers(self):
|
||||
"""
|
||||
Overriding DATABASE_ROUTERS should update the master router.
|
||||
Overriding DATABASE_ROUTERS should update the base router.
|
||||
"""
|
||||
test_routers = [object()]
|
||||
with self.settings(DATABASE_ROUTERS=test_routers):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue