Skip to content
Snippets Groups Projects
Unverified Commit cab4a525 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

set worker_app for frontend proxy test (#7003)

to stop the federationhandler trying to do master stuff
parent b32ac60c
No related branches found
No related tags found
No related merge requests found
Refactoring work in preparation for changing the event redaction algorithm.
......@@ -27,6 +27,11 @@ class FrontendProxyTests(HomeserverTestCase):
return hs
def default_config(self, name="test"):
c = super().default_config(name)
c["worker_app"] = "synapse.app.frontend_proxy"
return c
def test_listen_http_with_presence_enabled(self):
"""
When presence is on, the stub servlet will not register.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment