summary refs log tree commit diff
path: root/tests/appservice/test_appservice.py
diff options
context:
space:
mode:
authorLuke Barnard <lukebarnard1@users.noreply.github.com>2017-11-17 10:13:46 +0000
committerGitHub <noreply@github.com>2017-11-17 10:13:46 +0000
commitcdf6fc15b0ee0e233b46520a6dd78d70869cb391 (patch)
treea75d43f78ad0abd870b43a77c1d30555ff2fc814 /tests/appservice/test_appservice.py
parenttypo (diff)
parentAdd extra space before inline comment (diff)
downloadsynapse-cdf6fc15b0ee0e233b46520a6dd78d70869cb391.tar.xz
Merge pull request #2686 from matrix-org/luke/as-flair
Add automagical AS Publicised Group(s)
Diffstat (limited to 'tests/appservice/test_appservice.py')
-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..5b2b95860a 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: [],