mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-04 12:31:23 +00:00
The PDU's over federation can be full PDU's now
This commit is contained in:
@@ -184,14 +184,11 @@ class KnockingStrippedStateEventHelperMixin(HomeserverTestCase):
|
||||
expected_room_state[event_type]["content"], event["content"]
|
||||
)
|
||||
|
||||
# Check the state key is correct
|
||||
# Check the state_key is correct
|
||||
self.assertEqual(
|
||||
expected_room_state[event_type]["state_key"], event["state_key"]
|
||||
)
|
||||
|
||||
# Ensure the event has been stripped
|
||||
self.assertNotIn("signatures", event)
|
||||
|
||||
# Pop once we've found and processed a state event
|
||||
expected_room_state.pop(event_type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user