mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:56:07 -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
|
@ -560,7 +560,7 @@ class HomeserverTestCase(TestCase):
|
|||
Returns:
|
||||
The MXID of the new user.
|
||||
"""
|
||||
self.hs.config.registration_shared_secret = "shared"
|
||||
self.hs.config.registration.registration_shared_secret = "shared"
|
||||
|
||||
# Create the user
|
||||
channel = self.make_request("GET", "/_synapse/admin/v1/register")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue