gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] 01/02: transfer API idempotency


From: gnunet
Subject: [taler-bank] 01/02: transfer API idempotency
Date: Tue, 21 Jan 2020 16:54:54 +0100

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

dold pushed a commit to branch master
in repository bank.

commit 523591ec702a6896c9c5c70dfdab3b5b31f33cd0
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 21 16:54:31 2020 +0100

    transfer API idempotency
---
 talerbank/app/tests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 83a8fb8..ad792b7 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -183,6 +183,7 @@ class RegisterTestCase(TestCase):
         clear_db()
 
     def test_register(self):
+        setattr(settings, "ALLOW_REGISTRATIONS", True)
         client = Client()
         response = client.post(
             reverse("register", urlconf=urls),
@@ -194,6 +195,7 @@ class RegisterTestCase(TestCase):
         self.assertEqual(200, response.status_code)
 
     def test_register_headless(self):
+        setattr(settings, "ALLOW_REGISTRATIONS", True)
         client = Client()
 
         # Normal case.

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



reply via email to

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