zilencer: Sync name and authentication_methods on RemoteRealm.

This commit is contained in:
Mateusz Mandera
2023-11-29 23:48:46 +01:00
committed by Tim Abbott
parent 4ef6b7cc44
commit 9b1a495e2c
5 changed files with 38 additions and 1 deletions

View File

@@ -984,7 +984,9 @@ class AnalyticsBouncerTest(BouncerTestCase):
"uuid",
"uuid_owner_secret",
"host",
"name",
"org_type",
"authentication_methods",
"realm_date_created",
"registration_deactivated",
"realm_deactivated",
@@ -997,7 +999,9 @@ class AnalyticsBouncerTest(BouncerTestCase):
"uuid": realm.uuid,
"uuid_owner_secret": realm.uuid_owner_secret,
"host": realm.host,
"name": realm.name,
"org_type": realm.org_type,
"authentication_methods": realm.authentication_methods_dict(),
"realm_date_created": realm.date_created,
"registration_deactivated": False,
"realm_deactivated": False,