aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_auditor_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-21 15:51:39 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-21 15:51:39 +0200
commit2285f5c5216d9c1684c35008cfb4fee68d6e9c7d (patch)
treea5ee44f49d51bea1095c092d01a2260620b6ba1c /src/testing/test_auditor_api.c
parenta7eae63d20782b6ecbdb14d5c87ebd39ee65944e (diff)
downloadexchange-2285f5c5216d9c1684c35008cfb4fee68d6e9c7d.tar.xz
-fix wire auditor for multiple accounts
Diffstat (limited to 'src/testing/test_auditor_api.c')
-rw-r--r--src/testing/test_auditor_api.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c
index 592cc0163..a9c53d399 100644
--- a/src/testing/test_auditor_api.c
+++ b/src/testing/test_auditor_api.c
@@ -426,8 +426,9 @@ run (void *cls,
*/
CMD_TRANSFER_TO_EXCHANGE ("short-lived-reserve",
"EUR:5.01"),
- TALER_TESTING_cmd_exec_wirewatch ("short-lived-aggregation",
- config_file_expire_reserve_now),
+ TALER_TESTING_cmd_exec_wirewatch2 ("short-lived-aggregation",
+ config_file_expire_reserve_now,
+ "exchange-account-2"),
TALER_TESTING_cmd_exec_aggregator ("close-reserves",
config_file_expire_reserve_now),
/**