diff options
author | Erik Johnston <erikj@jki.re> | 2018-02-16 11:52:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 11:52:51 +0000 |
commit | bf5ef10a93c0f39c4260b341cc0eca61d143f154 (patch) | |
tree | 2fc05e9438db06f200bee80be9b4d4fff67d5ff1 /tests | |
parent | Merge pull request #2873 from matrix-org/erikj/event_creator_no_state (diff) | |
parent | Fix typo of double is_highlight (diff) | |
download | synapse-bf5ef10a93c0f39c4260b341cc0eca61d143f154.tar.xz |
Merge pull request #2874 from matrix-org/erikj/creator_push_actions
Store push actions in DB staging area instead of context
Diffstat (limited to 'tests')
-rw-r--r-- | tests/replication/slave/storage/test_events.py | 5 | ||||
-rw-r--r-- | tests/storage/test_event_push_actions.py | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py |