summary refs log tree commit diff
path: root/tests/test_federation.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-11-02 14:12:49 +0000
committerGitHub <noreply@github.com>2018-11-02 14:12:49 +0000
commit90d713b8c6b8763447e31ff02ccfe5ea73a8db50 (patch)
treec20a24d265f11bb39e9f941f6050bf6c0479d098 /tests/test_federation.py
parentFix typing being reset causing infinite syncs (#4127) (diff)
parentNewsfile (diff)
downloadsynapse-90d713b8c6b8763447e31ff02ccfe5ea73a8db50.tar.xz
Merge pull request #4137 from matrix-org/erikj/clean_up_events
Clean up event accesses and tests
Diffstat (limited to 'tests/test_federation.py')
-rw-r--r--tests/test_federation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_federation.py b/tests/test_federation.py
index 952a0a7b51..e1a34ccffd 100644
--- a/tests/test_federation.py
+++ b/tests/test_federation.py
@@ -112,7 +112,7 @@ class MessageAcceptTests(unittest.TestCase):
                 "origin_server_ts": 1,
                 "type": "m.room.message",
                 "origin": "test.serv",
-                "content": "hewwo?",
+                "content": {"body": "hewwo?"},
                 "auth_events": [],
                 "prev_events": [("two:test.serv", {}), (most_recent, {})],
             }