mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-05 23:10:17 +00:00
fix spacing
This commit is contained in:
@@ -258,7 +258,7 @@ class DatabaseTestSuite(unittest.TestCase):
|
||||
assert url['PORT'] == ''
|
||||
|
||||
def test_redis_parsing_max(self):
|
||||
url = "redis://:mypassword@myhost:123/my-db-number?myoption=myvalue]"
|
||||
url = "redis://:mypassword@myhost:123/my-db-number?myoption=myvalue]"
|
||||
assert dj_database_url.parse(url) == {
|
||||
'ENGINE': 'django_redis.cache.RedisCache',
|
||||
'HOST': 'myhost',
|
||||
|
||||
Reference in New Issue
Block a user