diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-20 11:46:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-20 11:46:59 +0100 |
commit | 7777d353bfffc840b79391da107e593338a1a2fe (patch) | |
tree | 3bfae0b7aa8c89199defaf8b3a1c915fa8a5375b /tests/http | |
parent | Newsfile (diff) | |
download | synapse-7777d353bfffc840b79391da107e593338a1a2fe.tar.xz |
Remove test debugs
Diffstat (limited to 'tests/http')
-rw-r--r-- | tests/http/federation/test_matrix_federation_agent.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/http/federation/test_matrix_federation_agent.py b/tests/http/federation/test_matrix_federation_agent.py index f97c8a59f6..445a0e76ab 100644 --- a/tests/http/federation/test_matrix_federation_agent.py +++ b/tests/http/federation/test_matrix_federation_agent.py @@ -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() |