diff options
Diffstat (limited to 'src/lib/testing_api_cmd_proposal.c')
-rw-r--r-- | src/lib/testing_api_cmd_proposal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_proposal.c b/src/lib/testing_api_cmd_proposal.c index e066c4c3..410f44ea 100644 --- a/src/lib/testing_api_cmd_proposal.c +++ b/src/lib/testing_api_cmd_proposal.c @@ -458,6 +458,7 @@ TALER_TESTING_cmd_proposal (const char *label, ps->http_status = http_status; ps->ctx = ctx; ps->merchant_url = merchant_url; + ps->instance = instance; cmd.cls = ps; cmd.label = label; @@ -541,7 +542,6 @@ proposal_lookup_run (void *cls, } - /** * Make a "proposal lookup" command. * |