mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-30 05:08:36 -04:00
Remove spurious unittest.DEBUG
This commit is contained in:
parent
9a72b70630
commit
2b91846497
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ class E2eKeysHandlerTestCase(unittest.TestCase):
|
||||||
except errors.SynapseError:
|
except errors.SynapseError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@unittest.DEBUG
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_claim_one_time_key(self):
|
def test_claim_one_time_key(self):
|
||||||
local_user = "@boris:" + self.hs.hostname
|
local_user = "@boris:" + self.hs.hostname
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue