Merge pull request #55 from hiisi13/test_fixes

test_cache_url_value fix
This commit is contained in:
Jannis Leidel 2014-03-03 12:15:11 +01:00
commit 035c3301a8

View file

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