Skip to content
Snippets Groups Projects
Commit a502cfec authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

remove spurious debug

parent 5c9afd6f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment