From bb8edd8655a1723c8944c898b1249099759ebf59 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 22 May 2014 18:43:14 -0300 Subject: Fix tests for new sync process. --- server/src/leap/soledad/server/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'server') diff --git a/server/src/leap/soledad/server/__init__.py b/server/src/leap/soledad/server/__init__.py index 573afdd6..cd006f51 100644 --- a/server/src/leap/soledad/server/__init__.py +++ b/server/src/leap/soledad/server/__init__.py @@ -258,6 +258,7 @@ class HTTPInvocationByMethodWithBody( raise http_app.BadRequest() +# monkey patch server with new http invocation http_app.HTTPInvocationByMethodWithBody = HTTPInvocationByMethodWithBody -- cgit v1.2.3