From 28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Jul 2019 21:44:03 +0200 Subject: fix use of index in testing_api_cmd_refresh.c --- src/lib/test_exchange_api_revocation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/test_exchange_api_revocation.c') diff --git a/src/lib/test_exchange_api_revocation.c b/src/lib/test_exchange_api_revocation.c index 08be50203..e2e3e4b4f 100644 --- a/src/lib/test_exchange_api_revocation.c +++ b/src/lib/test_exchange_api_revocation.c @@ -161,7 +161,7 @@ run (void *cls, /* Refund coin to original coin */ TALER_TESTING_cmd_payback ("payback-1", MHD_HTTP_OK, - "refresh-melt-1", + "refresh-reveal-1", "EUR:5"), /** * Melt original coin AGAIN @@ -178,7 +178,7 @@ run (void *cls, /* Make refreshed coin invalid */ TALER_TESTING_cmd_revoke ("revoke-2", MHD_HTTP_OK, - "refresh-melt-2", + "refresh-reveal-2", CONFIG_FILE), /* Make also original coin invalid */ TALER_TESTING_cmd_revoke ("revoke-3", -- cgit v1.2.3