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