diff options
author | Jason Robinson <jasonr@matrix.org> | 2019-01-17 15:52:57 +0200 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2019-01-23 10:32:41 +0200 |
commit | ab97b6e33c6e141d185ec203d24ea8266f924900 (patch) | |
tree | 87f7d2384e5b0d85f16ebfbf7d31cb72c475c910 /tests/app | |
parent | Merge pull request #4434 from matrix-org/erikj/fix_user_ips_dedup (diff) | |
download | synapse-ab97b6e33c6e141d185ec203d24ea8266f924900.tar.xz |
Fix a test docstring in frontend proxy tests
Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'tests/app')
-rw-r--r-- | tests/app/test_frontend_proxy.py | 2 |
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 |