summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-05 15:50:03 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-05 15:50:03 -0400
commit36e616c4d63e1e945f75b3f0d80fd4d44b678f7e (patch)
treeef69b10f2c50e346e67ab02100c8db75161f46eb /src/testing
parentafc52d52a6abf0d56c6805fbcea359e0b7e4f1ac (diff)
downloadmerchant-36e616c4d63e1e945f75b3f0d80fd4d44b678f7e.tar.gz
merchant-36e616c4d63e1e945f75b3f0d80fd4d44b678f7e.tar.bz2
merchant-36e616c4d63e1e945f75b3f0d80fd4d44b678f7e.zip
fix/test legal expiration for deleting orders
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index b4e06ed1..ead0ba71 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -560,10 +560,10 @@ run (void *cls,
"product-3/3",
"lock-product-p3",
NULL),
- TALER_TESTING_cmd_merchant_delete_order ("delete-order-1",
+ TALER_TESTING_cmd_merchant_delete_order ("delete-order-paid",
merchant_url,
"1",
- MHD_HTTP_NO_CONTENT),
+ MHD_HTTP_CONFLICT),
TALER_TESTING_cmd_merchant_post_orders ("create-proposal-no-id",
merchant_url,
MHD_HTTP_OK,