diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-05 15:33:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-05 15:33:13 +0100 |
commit | b784dc61035c2757f6d5829a986bd7a8e2f7487e (patch) | |
tree | ca5bed87a43a048b647d4546e81fff58d462f96c | |
parent | dc742246151fa5a0fa3f2150e130d5122008cfae (diff) |
-fix amount after fee change in unified setup
-rw-r--r-- | src/testing/test_kyc_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index b7b28985c..1f9a4b0ac 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -337,12 +337,12 @@ run (void *cls, TALER_TESTING_cmd_status ( "push-check-post-merge-reserve-balance-get", "p2p_create-reserve-1", - "EUR:1.03", + "EUR:1.02", MHD_HTTP_OK), TALER_TESTING_cmd_reserve_history ( "push-check-post-merge-reserve-balance-post", "p2p_create-reserve-1", - "EUR:1.03", + "EUR:1.02", MHD_HTTP_OK), TALER_TESTING_cmd_end () |