Skip to content
Snippets Groups Projects
Commit 7777d353 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove test debugs

parent c03e3e83
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ from synapse.federation.federation_server import server_matches_acl_event
from tests import unittest
@unittest.DEBUG
class ServerACLsTestCase(unittest.TestCase):
def test_blacklisted_server(self):
e = _create_acl_event({"allow": ["*"], "deny": ["evil.com"]})
......
......@@ -67,7 +67,6 @@ def get_connection_factory():
return test_server_connection_factory
@unittest.DEBUG
class MatrixFederationAgentTests(unittest.TestCase):
def setUp(self):
self.reactor = ThreadedMemoryReactorClock()
......
......@@ -74,7 +74,6 @@ class FilterEventsForServerTestCase(tests.unittest.TestCase):
self.assertEqual(events_to_filter[i].event_id, filtered[i].event_id)
self.assertEqual(filtered[i].content["a"], "b")
@tests.unittest.DEBUG
@defer.inlineCallbacks
def test_erased_user(self):
# 4 message events, from erased and unerased users, with a membership
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment