From da992bfc4548f4b1c2fc4b8ffd1d2925d3032da0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 Dec 2017 17:14:35 +0100 Subject: adjust test --- talersurvey/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/talersurvey/tests.py b/talersurvey/tests.py index d5845bc..2962653 100644 --- a/talersurvey/tests.py +++ b/talersurvey/tests.py @@ -28,6 +28,7 @@ class SurveyTestCase(unittest.TestCase): "http://backend.test.taler.net/tip-authorize", json={ "pickup_url": "http://localhost/tip-pickup", + "next_url": os.environ.get("TALER_ENV_URL_INTRO", "https://taler.net/"), "amount": { "value": 1, "fraction": 0, -- cgit v1.2.3