diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-12 17:17:29 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-12 17:17:29 +0100 |
commit | 261ccd7f5f3dddc1c4538c2697ba00918120ddc8 (patch) | |
tree | 553962226e8b6d3482e564962b1bc3746b856f31 /tests/utils.py | |
parent | PEP8 (diff) | |
download | synapse-261ccd7f5f3dddc1c4538c2697ba00918120ddc8.tar.xz |
Fix tests
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index 3b5c335911..eb035cf48f 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -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=" ] |