gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: force account_no for te


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: force account_no for test
Date: Sun, 30 Jun 2019 21:08:57 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 1f777d6  force account_no for test
1f777d6 is described below

commit 1f777d67b67cb6e6f0ba624ec63cc0a684d6fc3d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Jun 30 21:08:51 2019 +0200

    force account_no for test
---
 talerbank/app/tests.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 80ddeb2..06e4af4 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -313,7 +313,8 @@ class WithdrawHeadlessTestCase(TestCase):
         # Gets account #2, in line with config.
         BankAccount(user=User.objects.create_user(
             username="normal_exchange",
-            password="normal_password")).save()
+            password="normal_password"),
+            account_no=2).save()
 
     def test_withdraw_headless(self):
         client = Client()

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



reply via email to

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