mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Fixed a 1.7.x test.
This commit is contained in:
parent
072f87d495
commit
5950740c5d
1 changed files with 1 additions and 2 deletions
|
|
@ -51,8 +51,7 @@ class MainTests(TestCase):
|
|||
|
||||
def test_global_settings(self):
|
||||
from configurations.base import Configuration
|
||||
self.assertEqual(Configuration.LOGGING_CONFIG,
|
||||
'django.utils.log.dictConfig')
|
||||
self.assertIn('dictConfig', Configuration.LOGGING_CONFIG)
|
||||
self.assertEqual(repr(Configuration),
|
||||
"<Configuration 'configurations.base.Configuration'>")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue