summaryrefslogtreecommitdiff
path: root/service/test/support/test_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/support/test_helper.py')
-rw-r--r--service/test/support/test_helper.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/service/test/support/test_helper.py b/service/test/support/test_helper.py
index 66ed9a10..4ea4afb5 100644
--- a/service/test/support/test_helper.py
+++ b/service/test/support/test_helper.py
@@ -70,3 +70,9 @@ def input_mail():
mail._chash = "123"
mail.as_dict = lambda: None
return mail
+
+
+class TestRequest:
+
+ def __init__(self, json):
+ self.json = json