Revert test database name

This commit is contained in:
Oliver Walters 2022-07-14 23:29:46 +10:00
parent dfe3172b7d
commit 53333c29c3

View File

@ -573,7 +573,6 @@ db_config['OPTIONS'] = db_options
# Set testing options for the database
db_config['TEST'] = {
'CHARSET': 'utf8',
'NAME': f'test_{db_name}'
}
# Set collation option for mysql test database