do_create_realm: Require passing kwargs by name.

This commit is contained in:
Tim Abbott
2021-03-10 11:54:27 -08:00
parent d91d3a05b9
commit e42354c917
3 changed files with 3 additions and 2 deletions

View File

@@ -3974,7 +3974,7 @@ class UserSignUpTest(InviteUserBase):
ldap_user_attr_map = {
"full_name": "cn",
}
do_create_realm("test", "test", False)
do_create_realm("test", "test", emails_restricted_to_domains=False)
with self.settings(
POPULATE_PROFILE_VIA_LDAP=True,