mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
Fix unit test
This commit is contained in:
parent
aac6d1fc9b
commit
737f283a07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue