Fix tests

pull/185/head
Erik Johnston 2015-06-12 17:17:29 +01:00
parent 942e39e87c
commit 261ccd7f5f
1 changed files with 2 additions and 0 deletions

View File

@ -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="
]