mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:26:06 -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
|
@ -232,7 +232,7 @@ class HomeserverTestCase(TestCase):
|
|||
# Honour the `use_frozen_dicts` config option. We have to do this
|
||||
# manually because this is taken care of in the app `start` code, which
|
||||
# we don't run. Plus we want to reset it on tearDown.
|
||||
events.USE_FROZEN_DICTS = self.hs.config.use_frozen_dicts
|
||||
events.USE_FROZEN_DICTS = self.hs.config.server.use_frozen_dicts
|
||||
|
||||
if self.hs is None:
|
||||
raise Exception("No homeserver returned from make_homeserver.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue