summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2019-01-17 15:52:57 +0200
committerJason Robinson <jasonr@matrix.org>2019-01-23 10:32:41 +0200
commitab97b6e33c6e141d185ec203d24ea8266f924900 (patch)
tree87f7d2384e5b0d85f16ebfbf7d31cb72c475c910 /tests
parentMerge pull request #4434 from matrix-org/erikj/fix_user_ips_dedup (diff)
downloadsynapse-ab97b6e33c6e141d185ec203d24ea8266f924900.tar.xz
Fix a test docstring in frontend proxy tests
Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/app/test_frontend_proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/test_frontend_proxy.py b/tests/app/test_frontend_proxy.py
index a83f567ebd..8bdbc608a9 100644
--- a/tests/app/test_frontend_proxy.py
+++ b/tests/app/test_frontend_proxy.py
@@ -59,7 +59,7 @@ class FrontendProxyTests(HomeserverTestCase):
 
     def test_listen_http_with_presence_disabled(self):
         """
-        When presence is on, the stub servlet will register.
+        When presence is off, the stub servlet will register.
         """
         # Presence is off
         self.hs.config.use_presence = False