浏览代码

Fix a test docstring in frontend proxy tests

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Jason Robinson 5 年之前
父节点
当前提交
ab97b6e33c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/app/test_frontend_proxy.py

+ 1 - 1
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