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: indent


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: indent
Date: Fri, 24 Nov 2017 12:06:26 +0100

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

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new b17113a  indent
b17113a is described below

commit b17113a35a5f4fa01d9bfb66e871247a2ac51eb0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 24 12:06:19 2017 +0100

    indent
---
 talersurvey/tests.py | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/talersurvey/tests.py b/talersurvey/tests.py
index 2ad119a..f244ae7 100644
--- a/talersurvey/tests.py
+++ b/talersurvey/tests.py
@@ -25,13 +25,14 @@ class SurveyTestCase(unittest.TestCase):
         # Actual preference's ignored.
         self.app.post("/")
         mocked_post.assert_called_with(
-            "http://backend.test.taler.net/tip-authorize";, json={
-            "amount": {
-                "value": 1,
-                "fraction": 0,
-                "currency": CURRENCY},
-            "instance": "default",
-            "justification": "Payment methods survey"})
+            "http://backend.test.taler.net/tip-authorize";,
+            json={
+                "amount": {
+                    "value": 1,
+                    "fraction": 0,
+                    "currency": CURRENCY},
+                "instance": "default",
+                "justification": "Payment methods survey"})
 
 if __name__ == "__main__":
     unittest.main()

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



reply via email to

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