mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fixed test_database_url_value
This commit is contained in:
parent
aba5100e4f
commit
7b4df1f6ce
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ class ValueTests(TestCase):
|
|||
with env(DATABASE_URL='sqlite://'):
|
||||
self.assertEqual(value.setup('DATABASE_URL'), {
|
||||
'default': {
|
||||
'CONN_MAX_AGE': 0,
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'HOST': '',
|
||||
'NAME': ':memory:',
|
||||
|
|
|
|||
Loading…
Reference in a new issue