libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 4bd2dc14703d809111d7f7bfdb19fd6a923616ca
parent 63b834f962063581b5dd260e4508c26e56985d14
Author: Antoine A <>
Date:   Mon,  4 Dec 2023 16:45:56 +0000

Fix test

Diffstat:
Mintegration/test/IntegrationTest.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration/test/IntegrationTest.kt b/integration/test/IntegrationTest.kt @@ -85,7 +85,7 @@ class IntegrationTest { nexusCmd.run("dbinit -c conf/integration.conf -r") bankCmd.run("dbinit -c conf/integration.conf -r") bankCmd.run("passwd admin password -c conf/integration.conf") - bankCmd.run("create -c conf/integration.conf -u exchange -p password --name 'Mr Money' --exchange") + bankCmd.run("create-account -c conf/integration.conf -u exchange -p password --name 'Mr Money' --exchange") kotlin.concurrent.thread(isDaemon = true) { bankCmd.run("serve -c conf/integration.conf") }