no need to double check nexus' user creation
This commit is contained in:
parent
14b001fea0
commit
a3b193ff8d
@ -36,8 +36,14 @@ def assertResponse(response):
|
|||||||
return response
|
return response
|
||||||
|
|
||||||
# Create a nexus (super-) user
|
# Create a nexus (super-) user
|
||||||
call(["nexus", "superuser", "Exchange", "--password", "x"])
|
call(["nexus",
|
||||||
# Create a loopback bank connection.
|
"superuser",
|
||||||
|
"--db-name", "/tmp/nexus-exchange-test.sqlite3",
|
||||||
|
"Exchange",
|
||||||
|
"--password", "x"]
|
||||||
|
)
|
||||||
|
|
||||||
|
# Create a EBICS bank connection.
|
||||||
assertResponse(
|
assertResponse(
|
||||||
post(
|
post(
|
||||||
"http://localhost:5001/bank-connections",
|
"http://localhost:5001/bank-connections",
|
||||||
|
Loading…
Reference in New Issue
Block a user