summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuke Barnard <luke@matrix.org>2017-11-16 18:14:39 +0000
committerLuke Barnard <luke@matrix.org>2017-11-16 18:14:39 +0000
commite836bdf734b597526a40d1e759124df7b97dddae (patch)
tree9a34ab6f830ff5f7c27a4f8dca46cd03ce79b19d
parentRemove unused GROUP_ID_REGEX (diff)
downloadsynapse-e836bdf734b597526a40d1e759124df7b97dddae.tar.xz
Fix tests
-rw-r--r--tests/appservice/test_appservice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/appservice/test_appservice.py b/tests/appservice/test_appservice.py
index 7586ea9053..f943dbfa03 100644
--- a/tests/appservice/test_appservice.py
+++ b/tests/appservice/test_appservice.py
@@ -36,6 +36,7 @@ class ApplicationServiceTestCase(unittest.TestCase):
             id="unique_identifier",
             url="some_url",
             token="some_token",
+            hostname="matrix.org", # only used by get_groups_for_user
             namespaces={
                 ApplicationService.NS_USERS: [],
                 ApplicationService.NS_ROOMS: [],