summary refs log tree commit diff
path: root/tests/replication
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-20 14:03:58 +0000
committerErik Johnston <erik@matrix.org>2017-03-20 14:03:58 +0000
commit737f283a07c328ab601fca2d5e4b031733b29b71 (patch)
treee2f1f31d8e8ec76b4aae2e2696c9eba62a600442 /tests/replication
parentPEP8 (diff)
downloadsynapse-737f283a07c328ab601fca2d5e4b031733b29b71.tar.xz
Fix unit test
Diffstat (limited to 'tests/replication')
-rw-r--r--tests/replication/test_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/test_resource.py b/tests/replication/test_resource.py

index 93b9fad012..429b37e360 100644 --- a/tests/replication/test_resource.py +++ b/tests/replication/test_resource.py
@@ -68,7 +68,7 @@ class ReplicationResourceCase(unittest.TestCase): code, body = yield get self.assertEquals(code, 200) self.assertEquals(body["events"]["field_names"], [ - "position", "internal", "json", "state_group" + "position", "event_id", "room_id", "type", "state_key", ]) @defer.inlineCallbacks