From 3fbbfb19198b1a18768800b4296f22436f2c6930 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 30 Nov 2017 03:32:47 +0100 Subject: fix test case --- talersurvey/tests.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3