summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-15 21:44:03 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-15 21:44:03 +0200
commit28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2 (patch)
tree2b10e8a11883852d0869f96f698ff393666ef290 /src/lib/test_exchange_api_revocation.c
parenta497ccffb607c7ac4e6461693630d2d673afff73 (diff)
downloadexchange-28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2.tar.gz
exchange-28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2.tar.bz2
exchange-28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2.zip
fix use of index in testing_api_cmd_refresh.c
Diffstat (limited to 'src/lib/test_exchange_api_revocation.c')
-rw-r--r--src/lib/test_exchange_api_revocation.c4
1 files changed, 2 insertions, 2 deletions
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",