diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-11 09:44:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 09:44:00 +0000 |
commit | b201149c7e89ada2024913e2fb027b2a08561f44 (patch) | |
tree | 607e685ef3b1e0449eb77628151ab595e6f1e5cd /tests/app/test_frontend_proxy.py | |
parent | Allow "unavailable" presence status for /sync (#4592) (diff) | |
parent | Fix flake8 issues (diff) | |
download | synapse-b201149c7e89ada2024913e2fb027b2a08561f44.tar.xz |
Merge pull request #4420 from matrix-org/jaywink/openid-listener
New listener resource for the federation API "openid/userinfo" endpoint
Diffstat (limited to 'tests/app/test_frontend_proxy.py')
-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 |