diff options
author | Luke Barnard <lukebarnard1@users.noreply.github.com> | 2017-11-17 10:13:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 10:13:46 +0000 |
commit | cdf6fc15b0ee0e233b46520a6dd78d70869cb391 (patch) | |
tree | a75d43f78ad0abd870b43a77c1d30555ff2fc814 /tests/appservice/test_appservice.py | |
parent | typo (diff) | |
parent | Add extra space before inline comment (diff) | |
download | synapse-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.py | 1 |
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: [], |