summary refs log tree commit diff
path: root/tests/test_federation.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-11-20 12:19:19 +0100
committerGitHub <noreply@github.com>2018-11-20 12:19:19 +0100
commit416c671474d719d793e6d35c7b7247c566ba9ec8 (patch)
tree622fd94127b169cc3c2a5038e88bdc9cd0d385da /tests/test_federation.py
parentMerge remote-tracking branch 'origin/master' into develop (diff)
parentchangelog (diff)
downloadsynapse-416c671474d719d793e6d35c7b7247c566ba9ec8.tar.xz
Merge pull request #4204 from matrix-org/rav/logcontext_leak_fixes
Fix some logcontext leaks
Diffstat (limited to 'tests/test_federation.py')
-rw-r--r--tests/test_federation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_federation.py b/tests/test_federation.py
index e1a34ccffd..1a5dc32c88 100644
--- a/tests/test_federation.py
+++ b/tests/test_federation.py
@@ -123,8 +123,8 @@ class MessageAcceptTests(unittest.TestCase):
                 "test.serv", lying_event, sent_to_us_directly=True
             )
 
-        # Step the reactor, so the database fetches come back
-        self.reactor.advance(1)
+            # Step the reactor, so the database fetches come back
+            self.reactor.advance(1)
 
         # on_receive_pdu should throw an error
         failure = self.failureResultOf(d)