Explorar o código

Fix a test docstring in frontend proxy tests

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Jason Robinson %!s(int64=5) %!d(string=hai) anos
pai
achega
ab97b6e33c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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