0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-22 20:48:20 +02:00

Fix a test docstring in frontend proxy tests

Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
Jason Robinson 2019-01-17 15:52:57 +02:00
parent 12699a701f
commit ab97b6e33c

View file

@ -59,7 +59,7 @@ class FrontendProxyTests(HomeserverTestCase):
def test_listen_http_with_presence_disabled(self): 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 # Presence is off
self.hs.config.use_presence = False self.hs.config.use_presence = False