From 50a33389dabe9660b08fc3fac616a580c9594e20 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 13 Jan 2023 22:59:22 +0100 Subject: libeufin-based bank API test Give Nexus and Sandbox one database each, in order to reduce concurrent accesses to the sqlite3 file. --- src/testing/test_bank_api.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/testing/test_bank_api.c') 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; -- cgit v1.2.3