Skip to content
Snippets Groups Projects
Commit 261ccd7f authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix tests

parent 942e39e8
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ class MockHttpResource(HttpServer):
mock_request.method = http_method
mock_request.uri = path
mock_request.getClientIP.return_value = "-"
mock_request.requestHeaders.getRawHeaders.return_value=[
"X-Matrix origin=test,key=,sig="
]
......
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