More test with mysql

This commit is contained in:
Griatch 2020-09-19 12:54:32 +02:00
parent 19512e9e8e
commit 52eee6d299
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ DATABASES = {
"init_command": "set collation_connection=utf8mb4_unicode_ci",
},
"TEST": {
"NAME": "default",
"NAME": "evennia",
"OPTIONS": {
"charset": "utf8mb4",
'init_command': 'set collation_connection=utf8mb4_unicode_ci'