mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-29 09:28:58 -04:00
Modernize unit tests configuration settings for workers. (#14568)
Use the newer foo_instances configuration instead of the deprecated flags to enable specific features (e.g. start_pushers).
This commit is contained in:
parent
7aefc7e9fc
commit
854a6884d8
18 changed files with 123 additions and 81 deletions
|
@ -66,7 +66,6 @@ class EmailPusherTests(HomeserverTestCase):
|
|||
"riot_base_url": None,
|
||||
}
|
||||
config["public_baseurl"] = "http://aaa"
|
||||
config["start_pushers"] = True
|
||||
|
||||
hs = self.setup_test_homeserver(config=config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue