mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 14:34:56 -04:00
Use direct references for configuration variables (part 7). (#10959)
This commit is contained in:
parent
a071144a5c
commit
a0f48ee89d
23 changed files with 83 additions and 68 deletions
|
@ -37,7 +37,7 @@ class IdentityTestCase(unittest.HomeserverTestCase):
|
|||
return self.hs
|
||||
|
||||
def test_3pid_lookup_disabled(self):
|
||||
self.hs.config.enable_3pid_lookup = False
|
||||
self.hs.config.registration.enable_3pid_lookup = False
|
||||
|
||||
self.register_user("kermit", "monkey")
|
||||
tok = self.login("kermit", "monkey")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue