aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_kyc_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_kyc_api.c')
-rw-r--r--src/testing/test_kyc_api.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index 1f9a4b0ac..a0178db06 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.02",
+ "EUR:1.03",
MHD_HTTP_OK),
TALER_TESTING_cmd_reserve_history (
"push-check-post-merge-reserve-balance-post",
"p2p_create-reserve-1",
- "EUR:1.02",
+ "EUR:1.03",
MHD_HTTP_OK),
TALER_TESTING_cmd_end ()
@@ -403,14 +403,14 @@ run (void *cls,
5),
"pull-poll-purse-before-deposit"),
TALER_TESTING_cmd_status (
- "pull-check-post-merge-reserve-balance-get",
+ "pull-check-post-merge-reserve-balance-get-2",
"p2p_create-reserve-3",
- "EUR:1.02",
+ "EUR:1.03",
MHD_HTTP_OK),
TALER_TESTING_cmd_reserve_history (
- "push-check-post-merge-reserve-balance-post",
+ "push-check-post-merge-reserve-balance-post-2",
"p2p_create-reserve-3",
- "EUR:1.02",
+ "EUR:1.03",
MHD_HTTP_OK),
TALER_TESTING_cmd_end ()
};