mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #55 from hiisi13/test_fixes
test_cache_url_value fix
This commit is contained in:
commit
035c3301a8
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ class ValueTests(TestCase):
|
|||
'default': {
|
||||
'BACKEND': 'redis_cache.cache.RedisCache',
|
||||
'KEY_PREFIX': '',
|
||||
'LOCATION': 'user@host:port:1'
|
||||
'LOCATION': 'host:port:1'
|
||||
}
|
||||
}
|
||||
cache_url = 'redis://user@host:port/1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue