summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-05-02 15:48:47 +0100
committerRichard van der Hoff <richard@matrix.org>2018-05-02 15:48:47 +0100
commit11607006d9570f76a46b44c9c8de13f13550dbcf (patch)
tree604bbf84b24fb1c60c4211926bf85122f6b84b8d
parentFix a class of logcontext leaks (diff)
downloadsynapse-11607006d9570f76a46b44c9c8de13f13550dbcf.tar.xz
Remove spurious unittest.DEBUG
-rw-r--r--tests/util/test_logcontext.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/util/test_logcontext.py b/tests/util/test_logcontext.py
index 7707fbb1f0..ad78d884e0 100644
--- a/tests/util/test_logcontext.py
+++ b/tests/util/test_logcontext.py
@@ -99,7 +99,6 @@ class LoggingContextTestCase(unittest.TestCase):
 
         return self._test_run_in_background(nonblocking_function)
 
-    @unittest.DEBUG
     def test_run_in_background_with_chained_deferred(self):
         # a function which returns a deferred which looks like it has been
         # called, but is actually paused