mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-05 07:48:49 -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
|
@ -120,7 +120,7 @@ class StateQueryTests(unittest.FederatingHomeserverTestCase):
|
|||
|
||||
self.assertEqual(
|
||||
channel.json_body["room_version"],
|
||||
self.hs.config.default_room_version.identifier,
|
||||
self.hs.config.server.default_room_version.identifier,
|
||||
)
|
||||
|
||||
members = set(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue