summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-27 13:57:21 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-27 13:57:21 -0400
commit01d4723f8e58a7b68b0d814b58cc6c3e72702575 (patch)
tree60ef3ab071f68b8ced300e51a7fda89325fb28e7 /src/testing
parentd354d119db7ca0195cb93140bf3160b11449fa92 (diff)
downloadmerchant-01d4723f8e58a7b68b0d814b58cc6c3e72702575.tar.gz
merchant-01d4723f8e58a7b68b0d814b58cc6c3e72702575.tar.bz2
merchant-01d4723f8e58a7b68b0d814b58cc6c3e72702575.zip
address some backend fixmes
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index d4348bff..9c5a8d3b 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1364,6 +1364,11 @@ run (void *cls,
"product-2",
MHD_HTTP_OK,
"patch-products-p2"),
+ TALER_TESTING_cmd_merchant_get_product ("get-product-nx",
+ merchant_url,
+ "product-nx",
+ MHD_HTTP_NOT_FOUND,
+ NULL),
TALER_TESTING_cmd_merchant_patch_product ("patch-products-p3-nx",
merchant_url,
"product-3",