diff --git a/.github/workflows/mysql_settings.py b/.github/workflows/mysql_settings.py index 9d9f618e00..123f9e286b 100644 --- a/.github/workflows/mysql_settings.py +++ b/.github/workflows/mysql_settings.py @@ -50,13 +50,6 @@ DATABASES = { "charset": "utf8mb4", "init_command": "set collation_connection=utf8mb4_unicode_ci", }, - "TEST": { - "NAME": "default", - "OPTIONS": { - "charset": "utf8mb4", - "init_command": "set collation_connection=utf8mb4_unicode_ci", - }, - }, } }