commit 3bc489230385fcc322fd17d745846e23613361a8
parent 243045a63fac366ca9c3cb8f97220b76249a8f51
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 Feb 2023 14:26:56 +0100
-fix test FTBFS
Diffstat:
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
@@ -1396,9 +1396,7 @@ test_lookup_order (const struct InstanceData *instance,
order->id,
&ct,
&oh,
- &lookup_terms,
- NULL,
- 0))
+ &lookup_terms))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Lookup order failed\n");
@@ -1656,9 +1654,7 @@ test_insert_contract_terms (const struct InstanceData *instance,
instance->instance.id,
order->id,
order->contract,
- &os,
- NULL,
- 0),
+ &os),
"Insert contract terms failed\n");
return 0;
}
@@ -1709,9 +1705,7 @@ test_lookup_contract_terms (const struct InstanceData *instance,
&contract,
&order_serial,
&paid,
- NULL,
- NULL,
- 0))
+ NULL))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Lookup contract terms failed\n");