summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-05 15:33:13 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-05 15:33:13 +0100
commitb784dc61035c2757f6d5829a986bd7a8e2f7487e (patch)
treeca5bed87a43a048b647d4546e81fff58d462f96c
parentdc742246151fa5a0fa3f2150e130d5122008cfae (diff)
downloadexchange-b784dc61035c2757f6d5829a986bd7a8e2f7487e.tar.gz
exchange-b784dc61035c2757f6d5829a986bd7a8e2f7487e.tar.bz2
exchange-b784dc61035c2757f6d5829a986bd7a8e2f7487e.zip
-fix amount after fee change in unified setup
-rw-r--r--src/testing/test_kyc_api.c4
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 ()