tests: fix test_cache_url_value for new django-cache-url

This commit is contained in:
Daniel Hahler 2017-09-29 12:21:12 +02:00
parent 6ed4559c92
commit 6f163727dc

View file

@ -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'