gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] branch master updated: fix test case


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: fix test case
Date: Thu, 30 Nov 2017 03:32:50 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 3fbbfb1  fix test case
3fbbfb1 is described below

commit 3fbbfb19198b1a18768800b4296f22436f2c6930
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 03:32:47 2017 +0100

    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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]