mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-11 17:50:06 -04:00
Removed http_server from HomeServer. Updated unit tests to use either resource_for_federation or resource_for_client depending on what is being tested.
This commit is contained in:
parent
29aa13f0d4
commit
9a1638ed21
12 changed files with 21 additions and 30 deletions
|
@ -42,7 +42,7 @@ class FederationTestCase(unittest.TestCase):
|
|||
"persist_event",
|
||||
"store_room",
|
||||
]),
|
||||
http_server=NonCallableMock(),
|
||||
resource_for_federation=NonCallableMock(),
|
||||
http_client=NonCallableMock(spec_set=[]),
|
||||
notifier=NonCallableMock(spec_set=["on_new_room_event"]),
|
||||
handlers=NonCallableMock(spec_set=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue