[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -logging
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -logging |
Date: |
Thu, 12 Sep 2024 19:37:24 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new af2519576 -logging
af2519576 is described below
commit af2519576bd3459a74d412ecc93bdd4623acbe9a
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Sep 12 19:37:18 2024 +0200
-logging
---
packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts | 1 +
1 file changed, 1 insertion(+)
diff --git
a/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts
b/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts
index 4cac5fe73..4440b175f 100644
--- a/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts
+++ b/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts
@@ -262,6 +262,7 @@ export async function runKycMerchantDepositTest(t:
GlobalTestState) {
.href;
while (1) {
+ logger.info(`requesting GET ${kycStatusUrl}`);
const resp = await harnessHttpLib.fetch(kycStatusUrl);
logger.info(`mechant kyc status: ${resp.status}`);
if (resp.status === 200) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.