diff options
author | Luke Barnard <luke@matrix.org> | 2017-11-16 18:22:40 +0000 |
---|---|---|
committer | Luke Barnard <luke@matrix.org> | 2017-11-16 18:22:40 +0000 |
commit | ab1dc84779fea9b9950e05e7610eadf195cac967 (patch) | |
tree | 146ac74239142089616f92b3afefa95b3d694351 | |
parent | Extract group_id from the dict for multiple use (diff) | |
download | synapse-ab1dc84779fea9b9950e05e7610eadf195cac967.tar.xz |
Add extra space before inline comment
-rw-r--r-- | tests/appservice/test_appservice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/appservice/test_appservice.py b/tests/appservice/test_appservice.py index f943dbfa03..5b2b95860a 100644 --- a/tests/appservice/test_appservice.py +++ b/tests/appservice/test_appservice.py @@ -36,7 +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 + hostname="matrix.org", # only used by get_groups_for_user namespaces={ ApplicationService.NS_USERS: [], ApplicationService.NS_ROOMS: [], |