summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 22:58:36 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-17 01:37:11 +0100
commit5d8989fe30ebf48c50aa4977a5d2e16e42b2b5a9 (patch)
tree688d5dbca8f34810f873709db43998c4193141b3
parent32b1fab9b3e7735e955832f47fc02000464b9f65 (diff)
downloadmerchant-5d8989fe30ebf48c50aa4977a5d2e16e42b2b5a9.tar.gz
merchant-5d8989fe30ebf48c50aa4977a5d2e16e42b2b5a9.tar.bz2
merchant-5d8989fe30ebf48c50aa4977a5d2e16e42b2b5a9.zip
trigger 424
-rw-r--r--src/lib/test_merchant_api_twisted.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c
index cb4051ef..dea5a90e 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -250,6 +250,12 @@ run (void *cls,
"EUR:1.97", 2, 62),
/* Should instead change the response body somehow! */
+
+ TALER_TESTING_cmd_modify_object ("hack-0",
+ CONFIG_FILE,
+ "amount",
+ "EUR:0.97"),
+
TALER_TESTING_cmd_delete_object ("hack-1",
CONFIG_FILE,
"deposits.0"),