mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Fixed test_cleardb_parsing test
This commit is contained in:
parent
624fc49905
commit
b2756e79d3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class DatabaseTestSuite(unittest.TestCase):
|
|||
assert url['HOST'] == 'us-cdbr-east.cleardb.com'
|
||||
assert url['USER'] == 'bea6eb025ca0d8'
|
||||
assert url['PASSWORD'] == '69772142'
|
||||
assert url['PORT'] is ''
|
||||
assert url['PORT'] == ''
|
||||
|
||||
def test_database_url(self):
|
||||
del os.environ['DATABASE_URL']
|
||||
|
|
|
|||
Loading…
Reference in a new issue