summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorLuke Barnard <luke@matrix.org>2017-11-16 18:22:40 +0000
committerLuke Barnard <luke@matrix.org>2017-11-16 18:22:40 +0000
commitab1dc84779fea9b9950e05e7610eadf195cac967 (patch)
tree146ac74239142089616f92b3afefa95b3d694351 /tests
parentExtract group_id from the dict for multiple use (diff)
downloadsynapse-ab1dc84779fea9b9950e05e7610eadf195cac967.tar.xz
Add extra space before inline comment
Diffstat (limited to 'tests')
-rw-r--r--tests/appservice/test_appservice.py2
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: [],