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/appservice | |
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/appservice')
-rw-r--r-- | tests/appservice/test_scheduler.py | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/appservice/test_scheduler.py b/tests/appservice/test_scheduler.py |