Skip to content
Snippets Groups Projects
Commit ab97b6e3 authored by Jason Robinson's avatar Jason Robinson
Browse files

Fix a test docstring in frontend proxy tests

parent 12699a70
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ class FrontendProxyTests(HomeserverTestCase): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment