diff --git a/django_tenants/tests/test_tenants.py b/django_tenants/tests/test_tenants.py index 1316de8c..3867ff93 100644 --- a/django_tenants/tests/test_tenants.py +++ b/django_tenants/tests/test_tenants.py @@ -310,7 +310,9 @@ def test_tenant_schema_creation_with_only_numbers_name(self): def test_tenant_schema_creation_with_special_chars(self): """Tests using special characters in schema name.""" - schema_names = ('test-hyphen', 'test@at', 'test`backtick') + schema_names = ('test-hyphen', 'test@at', 'test`backtick', + 'will_be_double_quoted_by_postgres_bc_of_underscores', + ) Client = get_tenant_model() for schema_name in schema_names: