summaryrefslogtreecommitdiff
path: root/talersurvey
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey')
-rw-r--r--talersurvey/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talersurvey/tests.py b/talersurvey/tests.py
index 0c7c9dc..c2104bd 100644
--- a/talersurvey/tests.py
+++ b/talersurvey/tests.py
@@ -19,6 +19,7 @@ class SurveyTestCase(unittest.TestCase):
ret_post.status_code = 200
ret_post.json.return_value = {
"tip_id": "Jeppo02",
+ "tip_token": "mytiptoken",
"exchange_uri": "http://exchange.example.com/",
"expiration": "/Date(2018)/"}
mocked_post.return_value = ret_post