no need to double check nexus' user creation

This commit is contained in:
MS 2020-06-06 02:04:52 +02:00
parent 14b001fea0
commit a3b193ff8d
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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",