summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-01 15:03:11 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-01 15:03:11 +0200
commit2dc62e1dd190ff5080fb0782d69e828ff6f1674d (patch)
tree76f8e9b88f9b30d3807850a14579b1d3acda772f /src/testing
parent5df3a024e183d4cea08be5c3f28bf9a520588c38 (diff)
downloadsync-2dc62e1dd190ff5080fb0782d69e828ff6f1674d.tar.gz
sync-2dc62e1dd190ff5080fb0782d69e828ff6f1674d.tar.bz2
sync-2dc62e1dd190ff5080fb0782d69e828ff6f1674d.zip
adapt to latest API changes
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_sync_api.c7
-rw-r--r--src/testing/test_sync_api.conf1
2 files changed, 7 insertions, 1 deletions
diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c
index c1fdcf9..a4105a9 100644
--- a/src/testing/test_sync_api.c
+++ b/src/testing/test_sync_api.c
@@ -153,8 +153,13 @@ run (void *cls,
TALER_TESTING_cmd_merchant_post_instances ("instance-create-default",
merchant_url,
"default",
- merchant_payto,
MHD_HTTP_NO_CONTENT),
+ TALER_TESTING_cmd_merchant_post_account (
+ "instance-create-default-account",
+ merchant_url,
+ merchant_payto,
+ NULL, NULL,
+ MHD_HTTP_OK),
/**
* Move money to the exchange's bank account.
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
index 195cd30..1a730ea 100644
--- a/src/testing/test_sync_api.conf
+++ b/src/testing/test_sync_api.conf
@@ -63,6 +63,7 @@ PORT = 8081
SIGNKEY_LEGAL_DURATION = 2 years
MASTER_PUBLIC_KEY = EAQTXN8S6QP081WRWG03N8SQ34PX492ATXSSWASJGRXCBP0QM7HG
BASE_URL = "http://localhost:8081/"
+STEFAN_ABS = "EUR:5"
[exchangedb-postgres]
CONFIG = "postgres:///synccheck"