update tests to match changes in #115
This commit is contained in:
parent
28a565737f
commit
66ec3a29ec
|
@ -79,6 +79,7 @@ class DatabaseConnectionTestCase(TestCase):
|
|||
'HOST': 'localhost',
|
||||
'PORT': 5432,
|
||||
'NAME': 'tubesync',
|
||||
'CONN_MAX_AGE': 300,
|
||||
}
|
||||
)
|
||||
database_dict = parse_database_connection_string(
|
||||
|
@ -92,6 +93,7 @@ class DatabaseConnectionTestCase(TestCase):
|
|||
'HOST': 'localhost',
|
||||
'PORT': 3306,
|
||||
'NAME': 'tubesync',
|
||||
'CONN_MAX_AGE': 300,
|
||||
}
|
||||
)
|
||||
# Invalid driver
|
||||
|
|
Loading…
Reference in New Issue