The PDU's over federation can be full PDU's now

This commit is contained in:
Eric Eastwood
2026-05-26 15:56:13 -05:00
parent 17c376348d
commit 75d19350d6
+1 -4
View File
@@ -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)