summary refs log tree commit diff
path: root/tests/rest/test_events.py
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-26 17:22:10 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-26 17:22:10 +0100
commit6f0bba1934d866ab21038761aacb27a12f66c4f4 (patch)
tree8fdd0868de29108aa3de5a9bb524b516c343e326 /tests/rest/test_events.py
parentRespect 'limit' param in initialSync api (diff)
parentRemoved MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmd... (diff)
downloadsynapse-6f0bba1934d866ab21038761aacb27a12f66c4f4.tar.xz
Merge branch 'client_server_url_rename' into develop
Diffstat (limited to 'tests/rest/test_events.py')
-rw-r--r--tests/rest/test_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/test_events.py b/tests/rest/test_events.py
index 4025e14581..7bc05dc2b6 100644
--- a/tests/rest/test_events.py
+++ b/tests/rest/test_events.py
@@ -181,7 +181,7 @@ class EventStreamPermissionsTestCase(RestTestCase):
         room_id = "!rid1:test"
         yield self.create_room_as(room_id, self.other_user,
                                   tok=self.other_token)
-        yield self.send(room_id, self.other_user, tok=self.other_token)
+        yield self.send(room_id, tok=self.other_token)
 
         # invited to room (expect no content for room)
         yield self.invite(room_id, src=self.other_user, targ=self.user_id,