aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-12-04 16:45:56 +0000
committerAntoine A <>2023-12-04 16:45:56 +0000
commit4bd2dc14703d809111d7f7bfdb19fd6a923616ca (patch)
treecbf701282170cf810eb5166ac7711b39de6b620f
parent63b834f962063581b5dd260e4508c26e56985d14 (diff)
downloadlibeufin-4bd2dc14703d809111d7f7bfdb19fd6a923616ca.tar.gz
libeufin-4bd2dc14703d809111d7f7bfdb19fd6a923616ca.tar.bz2
libeufin-4bd2dc14703d809111d7f7bfdb19fd6a923616ca.zip
Fix test
-rw-r--r--integration/test/IntegrationTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/test/IntegrationTest.kt b/integration/test/IntegrationTest.kt
index c1f04086..e3ec6cdc 100644
--- 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")
}