summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_reserves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_post_reserves.c')
-rw-r--r--src/testing/testing_api_cmd_post_reserves.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_post_reserves.c b/src/testing/testing_api_cmd_post_reserves.c
index e9bd63a1..3d62d2f6 100644
--- a/src/testing/testing_api_cmd_post_reserves.c
+++ b/src/testing/testing_api_cmd_post_reserves.c
@@ -142,6 +142,7 @@ post_reserves_traits (void *cls,
struct PostReservesState *prs = cls;
struct TALER_TESTING_Trait traits[] = {
TALER_TESTING_make_trait_reserve_pub (0, prs->reserve_pub),
+ TALER_TESTING_make_trait_amount_obj (0, &prs->initial_balance),
TALER_TESTING_trait_end (),
};