summary refs log tree commit diff
path: root/tests/replication/slave
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-20 11:41:40 +0000
committerErik Johnston <erik@matrix.org>2018-02-20 11:41:40 +0000
commite440e2845642a27f15d073aea58ce20b2785f66e (patch)
treed2c39acc089e3d493bef970140e51362847dc94a /tests/replication/slave
parentBatch inserts into event_push_actions_staging (diff)
downloadsynapse-e440e2845642a27f15d073aea58ce20b2785f66e.tar.xz
Fix unit tests
Diffstat (limited to 'tests/replication/slave')
-rw-r--r--tests/replication/slave/storage/test_events.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py

index 4780f2ab72..cb058d3142 100644 --- a/tests/replication/slave/storage/test_events.py +++ b/tests/replication/slave/storage/test_events.py
@@ -230,10 +230,12 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase): state_handler = self.hs.get_state_handler() context = yield state_handler.compute_event_context(event) - for user_id, actions in push_actions: - yield self.master_store.add_push_actions_to_staging( - event.event_id, user_id, actions, - ) + yield self.master_store.add_push_actions_to_staging( + event.event_id, { + user_id: actions + for user_id, actions in push_actions + }, + ) ordering = None if backfill: