mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 15:24:58 -04:00
Use direct references for configuration variables (part 6). (#10916)
This commit is contained in:
parent
8cef1ab2ac
commit
94b620a5ed
54 changed files with 141 additions and 132 deletions
|
@ -165,7 +165,7 @@ class TestMauLimit(unittest.HomeserverTestCase):
|
|||
|
||||
@override_config({"mau_trial_days": 1})
|
||||
def test_trial_users_cant_come_back(self):
|
||||
self.hs.config.mau_trial_days = 1
|
||||
self.hs.config.server.mau_trial_days = 1
|
||||
|
||||
# We should be able to register more than the limit initially
|
||||
token1 = self.create_user("kermit1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue