mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
fix spacing
This commit is contained in:
parent
cf873a14c6
commit
e4632c989d
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue