update tests

This commit is contained in:
meeb 2021-05-17 01:30:04 +10:00
parent 0db8db4351
commit 5b101825f5
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class DatabaseConnectionTestCase(TestCase):
'PORT': 5432,
'NAME': 'tubesync',
'CONN_MAX_AGE': 300,
'OPTIONS': {},
}
)
database_dict = parse_database_connection_string(
@ -94,6 +95,7 @@ class DatabaseConnectionTestCase(TestCase):
'PORT': 3306,
'NAME': 'tubesync',
'CONN_MAX_AGE': 300,
'OPTIONS': {'charset': 'utf8mb4'}
}
)
# Invalid driver