update tests to match changes in #115

This commit is contained in:
meeb
2021-04-30 14:03:36 +10:00
parent 28a565737f
commit 66ec3a29ec

View File

@@ -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