Remove test debugs

This commit is contained in:
Erik Johnston 2019-08-20 11:46:54 +01:00
parent c03e3e8301
commit 7777d353bf
3 changed files with 0 additions and 3 deletions

View file

@ -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"]})