mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-12 01:23:13 +00:00
tests: fix test_cache_url_value for new django-cache-url
This commit is contained in:
parent
6ed4559c92
commit
6f163727dc
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ class ValueTests(TestCase):
|
|||
cache_setting = {
|
||||
'default': {
|
||||
'BACKEND': 'django_redis.cache.RedisCache',
|
||||
'LOCATION': 'host:6379:1'
|
||||
'LOCATION': 'redis://host:6379/1',
|
||||
}
|
||||
}
|
||||
cache_url = 'redis://user@host:6379/1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue