Remove spurious unittest.DEBUG

This commit is contained in:
Richard van der Hoff 2018-01-25 23:12:31 +00:00
parent 9a72b70630
commit 2b91846497

View File

@ -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