summary refs log tree commit diff
path: root/tests/test_federation.py
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-21 15:47:18 +1000
committerGitHub <noreply@github.com>2018-07-21 15:47:18 +1000
commit3132b89f12f0386558045683ad198f090b0e2c90 (patch)
tree4b4dfe0adf23374fa6922513eef856f484a47a99 /tests/test_federation.py
parentMerge pull request #3572 from matrix-org/rav/linearizer_cancellation (diff)
downloadsynapse-3132b89f12f0386558045683ad198f090b0e2c90.tar.xz
Make the rest of the .iterwhatever go away (#3562)
Diffstat (limited to 'tests/test_federation.py')
-rw-r--r--tests/test_federation.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_federation.py b/tests/test_federation.py
index 159a136971..f40ff29b52 100644
--- a/tests/test_federation.py
+++ b/tests/test_federation.py
@@ -137,7 +137,6 @@ class MessageAcceptTests(unittest.TestCase):
         )
         self.assertEqual(self.successResultOf(extrem)[0], "$join:test.serv")
 
-    @unittest.DEBUG
     def test_cant_hide_past_history(self):
         """
         If you send a message, you must be able to provide the direct
@@ -178,7 +177,7 @@ class MessageAcceptTests(unittest.TestCase):
                             for x, y in d.items()
                             if x == ("m.room.member", "@us:test")
                         ],
-                        "auth_chain_ids": d.values(),
+                        "auth_chain_ids": list(d.values()),
                     }
                 )