summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2015-11-02 15:31:57 +0000
committerDaniel Wagner-Hall <daniel@matrix.org>2015-11-02 15:31:57 +0000
commit771ca56c886dd08f707447cfff70acd3ba73e98c (patch)
tree6875c341150093b66eb8915e7213fe824932f6d3 /tests/utils.py
parentRemove unused arguments and code (diff)
downloadsynapse-771ca56c886dd08f707447cfff70acd3ba73e98c.tar.xz
Remove more unused parameters
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 4da51291a4..ca2c33cf8e 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -335,7 +335,7 @@ class MemoryDataStore(object):
         ]
 
     def get_room_events_stream(self, user_id=None, from_key=None, to_key=None,
-                            room_id=None, limit=0, with_feedback=False):
+                            limit=0, with_feedback=False):
         return ([], from_key)  # TODO
 
     def get_joined_hosts_for_room(self, room_id):