commit 9b2eae57e379402c05c5bce4db7d2cb7405dfbf9
parent 97f8effb7cbbaff0a9fbba125d11366adad04ef1
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 29 May 2021 08:49:18 +0200
fix test (#6891)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2014-2017, 2020 Taler Systems SA
+ (C) 2014-2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
@@ -5327,6 +5327,7 @@ pre_test_tips (struct TestTips_Closure *cls)
TALER_string_to_amount ("EUR:99.99",
&cls->expired_reserve.initial_amount));
cls->expired_reserve.exchange_url = "exch-url";
+ cls->expired_reserve.payto_uri = "payto://some-uri";
cls->expired_reserve.expiration = GNUNET_TIME_UNIT_ZERO_ABS;
/* Tip/pickup */