From 01ccbda67da39532bba24822887cd00ff15bf4e0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Nov 2023 11:38:45 +0100 Subject: add admin credentials for /admin/add/incoming, makes tests pass with latest libeufin-bank --- src/testing/test_bank_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 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 0dea6026d..8cbc86bbd 100644 --- a/src/testing/test_bank_api.c +++ b/src/testing/test_bank_api.c @@ -98,7 +98,7 @@ run (void *cls, 1), TALER_TESTING_cmd_admin_add_incoming ("credit-1", "EUR:5.01", - &cred.ba, + &cred.ba_admin, cred.user42_payto), /** * This CMD doesn't care about the HTTP response code; that's @@ -108,7 +108,7 @@ run (void *cls, */ TALER_TESTING_cmd_admin_add_incoming_with_ref ("credit-1-fail", "EUR:2.01", - &cred.ba, + &cred.ba_admin, cred.user42_payto, "credit-1", -1), @@ -126,7 +126,7 @@ run (void *cls, 5), TALER_TESTING_cmd_admin_add_incoming ("credit-2", "EUR:3.21", - &cred.ba, + &cred.ba_admin, cred.user42_payto), TALER_TESTING_cmd_transfer ("debit-1", "EUR:3.22", -- cgit v1.2.3