update tests to match changes in #115
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user