summary refs log tree commit diff
path: root/tests/test_federation.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-07-23 16:09:40 +0100
committerErik Johnston <erik@matrix.org>2018-07-23 16:09:40 +0100
commitb136d7ff8ff2017148bd0ee52d7065c304b0ef0f (patch)
tree9cfd9af91b170993385b2460392adc563731270e /tests/test_federation.py
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentMerge pull request #3581 from matrix-org/erikj/fixup_stateless (diff)
downloadsynapse-b136d7ff8ff2017148bd0ee52d7065c304b0ef0f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
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()), } )