gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: make tests pass again


From: gnunet
Subject: [taler-bank] branch master updated: make tests pass again
Date: Thu, 01 Oct 2020 15:18:20 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new ec39825  make tests pass again
ec39825 is described below

commit ec3982590a32478b0915e83576355cf78ea5ad8f
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 15:18:15 2020 +0200

    make tests pass again
---
 talerbank/app/tests.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index b045b7b..6a45515 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -393,7 +393,7 @@ class RegisterTestCase(TestCase):
 
         # Normal case.
         response = client.post(
-            reverse("register-headless", urlconf=urls),
+            reverse("testing-withdraw-register", urlconf=urls),
             content_type="application/json",
             data={"username": "test_register_headless", "password": 
"password*+#@"},
         )
@@ -408,7 +408,7 @@ class RegisterTestCase(TestCase):
 
         # Try registering unavailable username.
         response = client.post(
-            reverse("register-headless", urlconf=urls),
+            reverse("testing-withdraw-register", urlconf=urls),
             content_type="application/json",
             data={"username": "test_register_headless", "password": 
"password"},
         )
@@ -416,7 +416,7 @@ class RegisterTestCase(TestCase):
 
         # NOTE: Django 2.2.2 allows ANY character!  Is this normal?
         response = client.post(
-            reverse("register-headless", urlconf=urls),
+            reverse("testing-withdraw-register", urlconf=urls),
             content_type="application/json",
             data={"username": "'''+++;;;'''", "password": "password2"},
         )

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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