summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 2c146eab55..aa7e499e15 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -247,6 +247,9 @@ class MemoryDataStore(object):
         # TODO (erikj): This should be configurable
         return defer.succeed("invite")
 
+    def get_ops_levels(self, room_id):
+        return defer.succeed((5, 5))
+
 
 def _format_call(args, kwargs):
     return ", ".join(