summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_patch_product.c
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-23 17:08:28 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-23 17:08:28 -0400
commitd34f954dcaf6d064931d47f0c90576f3b1dbf648 (patch)
tree90b74e39bee371213d93286eeb5f8a10dc2c3e28 /src/testing/testing_api_cmd_patch_product.c
parentd52356b4ac66bc22f3c7195490ff713668f340b1 (diff)
downloadmerchant-d34f954dcaf6d064931d47f0c90576f3b1dbf648.tar.gz
merchant-d34f954dcaf6d064931d47f0c90576f3b1dbf648.tar.bz2
merchant-d34f954dcaf6d064931d47f0c90576f3b1dbf648.zip
harder tests for GET /private/instances, GET /private/products
Diffstat (limited to 'src/testing/testing_api_cmd_patch_product.c')
-rw-r--r--src/testing/testing_api_cmd_patch_product.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_patch_product.c b/src/testing/testing_api_cmd_patch_product.c
index 26088431..a5b5b749 100644
--- a/src/testing/testing_api_cmd_patch_product.c
+++ b/src/testing/testing_api_cmd_patch_product.c
@@ -209,6 +209,7 @@ patch_product_traits (void *cls,
TALER_TESTING_make_trait_int64 (0, &pps->total_stock),
TALER_TESTING_make_trait_json (3, pps->address),
TALER_TESTING_make_trait_absolute_time (0, &pps->next_restock),
+ TALER_TESTING_make_trait_string (2, pps->product_id),
TALER_TESTING_trait_end (),
};