mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Corrected a few missed references to old test settings
This commit is contained in:
parent
40afdaf08c
commit
0615eaf24a
3 changed files with 13 additions and 7 deletions
|
@ -699,7 +699,7 @@ class HostValidationTests(SimpleTestCase):
|
|||
|
||||
|
||||
@skipIf(connection.vendor == 'sqlite'
|
||||
and connection.settings_dict['TEST_NAME'] in (None, '', ':memory:'),
|
||||
and connection.settings_dict['TEST']['NAME'] in (None, '', ':memory:'),
|
||||
"Cannot establish two connections to an in-memory SQLite database.")
|
||||
class DatabaseConnectionHandlingTests(TransactionTestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue