commit a3b193ff8d6236e6e1c16916b4f817c1f60c4c0e
parent 14b001fea05c5cb08a6b0b3aed30047822d8fbba
Author: MS <ms@taler.net>
Date: Sat, 6 Jun 2020 02:04:52 +0200
no need to double check nexus' user creation
Diffstat:
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare
@@ -36,8 +36,14 @@ def assertResponse(response):
return response
# Create a nexus (super-) user
-call(["nexus", "superuser", "Exchange", "--password", "x"])
-# Create a loopback bank connection.
+call(["nexus",
+ "superuser",
+ "--db-name", "/tmp/nexus-exchange-test.sqlite3",
+ "Exchange",
+ "--password", "x"]
+)
+
+# Create a EBICS bank connection.
assertResponse(
post(
"http://localhost:5001/bank-connections",