Merge pull request #33 from JeffPaine/test

Fix cleardb test
This commit is contained in:
Kenneth Reitz 2014-03-03 13:08:39 -05:00
commit 2e9b62dcf3
2 changed files with 1 additions and 1 deletions

BIN
dj_database_url.pyc Normal file

Binary file not shown.

View file

@ -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 None
assert url['PORT'] is ''
def test_database_url(self):
del os.environ['DATABASE_URL']