diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-02 15:46:22 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-02 15:46:22 +0100 |
commit | 46beeb9a307febb679fc25565aca439f8af044ed (patch) | |
tree | 1c31985f2ea2f6982945ec3b4fdd19371ce23252 /tests/storage | |
parent | Merge pull request #3168 from matrix-org/rav/fix_logformatter (diff) | |
download | synapse-46beeb9a307febb679fc25565aca439f8af044ed.tar.xz |
Fix a couple of logcontext leaks in unit tests
... which were making other, innocent, tests, fail. Plus remove a spurious unittest.DEBUG which was making the output noisy.
Diffstat (limited to 'tests/storage')
-rw-r--r-- | tests/storage/test_event_push_actions.py | 1 |
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): |