aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-13 22:59:22 +0100
committerMS <ms@taler.net>2023-01-13 22:59:22 +0100
commit50a33389dabe9660b08fc3fac616a580c9594e20 (patch)
treeb1f86b214c915badac4a3b98e44afadce699f7b4 /src/testing/test_bank_api.c
parentf8ddd0b685ad464f23009412584edfe4f3c5deea (diff)
downloadexchange-50a33389dabe9660b08fc3fac616a580c9594e20.tar.xz
libeufin-based bank API test
Give Nexus and Sandbox one database each, in order to reduce concurrent accesses to the sqlite3 file.
Diffstat (limited to 'src/testing/test_bank_api.c')
-rw-r--r--src/testing/test_bank_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c
index 8f559be8d..8cd1ca319 100644
--- a/src/testing/test_bank_api.c
+++ b/src/testing/test_bank_api.c
@@ -207,10 +207,10 @@ main (int argc,
with_libeufin = GNUNET_YES;
cfgfile = CONFIG_FILE_NEXUS;
if (GNUNET_OK !=
- TALER_TESTING_prepare_nexus (CONFIG_FILE_NEXUS,
- GNUNET_YES,
- "exchange-account-2",
- &bc))
+ TALER_TESTING_prepare_libeufin (CONFIG_FILE_NEXUS,
+ GNUNET_YES,
+ "exchange-account-2",
+ &bc))
{
GNUNET_break (0);
return 77;