From f2720ebbc4c860dcb7d5a3e5a1126a14f207b35c Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 4 Jul 2016 14:43:48 +0200 Subject: Issue #738: Bypass cookie validation for sandbox --- service/test/support/test_helper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'service/test/support') diff --git a/service/test/support/test_helper.py b/service/test/support/test_helper.py index b78da4cd..3323a14e 100644 --- a/service/test/support/test_helper.py +++ b/service/test/support/test_helper.py @@ -100,6 +100,7 @@ class TestRequest: class PixRequestMock(DummyRequest): def __init__(self, path): DummyRequest.__init__(self, path) + self.path = "/".join(path) self.content = None self.code = None self.cookies = {} -- cgit v1.2.3