1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rest/client/test_relations.py b/tests/rest/client/test_relations.py
index 709f851a38..53062b41de 100644
--- a/tests/rest/client/test_relations.py
+++ b/tests/rest/client/test_relations.py
@@ -704,10 +704,8 @@ class RelationsTestCase(BaseRelationsTestCase):
}
},
"event_id": thread_2,
- "room_id": self.room,
"sender": self.user_id,
"type": "m.room.test",
- "user_id": self.user_id,
},
relations_dict[RelationTypes.THREAD].get("latest_event"),
)
|