mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Revert test database name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user