summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-01-25 23:12:31 +0000
committerRichard van der Hoff <richard@matrix.org>2018-01-26 00:34:27 +0000
commit2b918464979c958447e5405c26b0832adbb8913a (patch)
tree0050587ba3e4588b355a32fb8b7ec719fee8769e /tests
parentfix thinko on 3pid whitelisting (diff)
downloadsynapse-2b918464979c958447e5405c26b0832adbb8913a.tar.xz
Remove spurious unittest.DEBUG
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_e2e_keys.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_e2e_keys.py b/tests/handlers/test_e2e_keys.py
index 19f5ed6bce..d92bf240b1 100644
--- a/tests/handlers/test_e2e_keys.py
+++ b/tests/handlers/test_e2e_keys.py
@@ -143,7 +143,6 @@ class E2eKeysHandlerTestCase(unittest.TestCase):
         except errors.SynapseError:
             pass
 
-    @unittest.DEBUG
     @defer.inlineCallbacks
     def test_claim_one_time_key(self):
         local_user = "@boris:" + self.hs.hostname