summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-05-29 08:49:18 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-05-29 08:49:18 +0200
commit9b2eae57e379402c05c5bce4db7d2cb7405dfbf9 (patch)
treea8e2b5a5d446210a385279c085a1bded5d272a7d
parent97f8effb7cbbaff0a9fbba125d11366adad04ef1 (diff)
downloadmerchant-9b2eae57e379402c05c5bce4db7d2cb7405dfbf9.tar.gz
merchant-9b2eae57e379402c05c5bce4db7d2cb7405dfbf9.tar.bz2
merchant-9b2eae57e379402c05c5bce4db7d2cb7405dfbf9.zip
fix test (#6891)
-rw-r--r--src/backenddb/test_merchantdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index d8229951..aeb4fca3 100644
--- 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 */