summary refs log tree commit diff
path: root/tests/storage
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-05-02 16:15:22 +0100
committerGitHub <noreply@github.com>2018-05-02 16:15:22 +0100
commit4e9bdeba57bd8a473d90275cd75e2b91db3f4c8a (patch)
tree1c31985f2ea2f6982945ec3b4fdd19371ce23252 /tests/storage
parentMerge pull request #3168 from matrix-org/rav/fix_logformatter (diff)
parentFix a couple of logcontext leaks in unit tests (diff)
downloadsynapse-4e9bdeba57bd8a473d90275cd75e2b91db3f4c8a.tar.xz
Merge pull request #3172 from matrix-org/rav/fix_test_logcontext_leaks
Fix a couple of logcontext leaks in unit tests
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_event_push_actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/storage/test_event_push_actions.py b/tests/storage/test_event_push_actions.py

index 575374c6a6..9962ce8a5d 100644 --- a/tests/storage/test_event_push_actions.py +++ b/tests/storage/test_event_push_actions.py
@@ -128,7 +128,6 @@ class EventPushActionsStoreTestCase(tests.unittest.TestCase): yield _rotate(10) yield _assert_counts(1, 1) - @tests.unittest.DEBUG @defer.inlineCallbacks def test_find_first_stream_ordering_after_ts(self): def add_event(so, ts):