Revert test database name
This commit is contained in:
parent
dfe3172b7d
commit
53333c29c3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue