mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 05:14:20 -05:00
Fix the mock homserver used in the tests
This commit is contained in:
parent
47374a33fc
commit
f2d5ff5bf2
@ -49,6 +49,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
|
|||||||
config.disable_registration = False
|
config.disable_registration = False
|
||||||
config.macaroon_secret_key = "not even a little secret"
|
config.macaroon_secret_key = "not even a little secret"
|
||||||
config.server_name = "server.under.test"
|
config.server_name = "server.under.test"
|
||||||
|
config.trusted_third_party_id_servers = []
|
||||||
|
|
||||||
if "clock" not in kargs:
|
if "clock" not in kargs:
|
||||||
kargs["clock"] = MockClock()
|
kargs["clock"] = MockClock()
|
||||||
|
Loading…
Reference in New Issue
Block a user