diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-06-14 14:20:53 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-06-14 14:20:53 +0100 |
commit | a502cfec0054c91d314887771ec7d3aaa8491701 (patch) | |
tree | 03cb126fef8df4c8913d0af27aa852cbd07e3668 /tests/test_event_auth.py | |
parent | Make default state_default 50 (diff) | |
download | synapse-a502cfec0054c91d314887771ec7d3aaa8491701.tar.xz |
remove spurious debug
Diffstat (limited to 'tests/test_event_auth.py')
-rw-r--r-- | tests/test_event_auth.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_event_auth.py b/tests/test_event_auth.py index 3d756b0d85..d08e19c53a 100644 --- a/tests/test_event_auth.py +++ b/tests/test_event_auth.py @@ -20,7 +20,6 @@ import unittest class EventAuthTestCase(unittest.TestCase): - @unittest.DEBUG def test_random_users_cannot_send_state_before_first_pl(self): """ Check that, before the first PL lands, the creator is the only user @@ -49,7 +48,6 @@ class EventAuthTestCase(unittest.TestCase): do_sig_check=False, ), - @unittest.DEBUG def test_state_default_level(self): """ Check that users above the state_default level can send state and |