diff --git a/tests/replication/test_resource.py b/tests/replication/test_resource.py
index 93b9fad0125fa69449771d90e311344dcb1cfad4..429b37e360f8d4be3625903c19427cc391f15235 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