diff options
Diffstat (limited to 'src/testing/test_merchant_api.c')
-rw-r--r-- | src/testing/test_merchant_api.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c index 9f687588..9e9025ed 100644 --- a/src/testing/test_merchant_api.c +++ b/src/testing/test_merchant_api.c @@ -1725,11 +1725,11 @@ run (void *cls, GNUNET_TIME_UNIT_ZERO_TS, GNUNET_TIME_UNIT_FOREVER_TS, "EUR:0.0"), - TALER_TESTING_cmd_merchant_pay_order_choices ("pay-order-with-output", + TALER_TESTING_cmd_merchant_pay_order_choices ("pay-order-with-input-and-output", merchant_url, MHD_HTTP_OK, - "create-order-with-output", - "withdraw-coin-1", + "create-order-with-input-and-output", + "withdraw-coin-2", "EUR:5", "EUR:4.99", NULL, |