gnunet-svn
[Top][All Lists]
Advanced

[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: Fri, 13 Dec 2024 14:24:04 +0100

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 5f1475a14 logging
5f1475a14 is described below

commit 5f1475a14d6ebd67c89e0ce914ae1d3908ecd5a6
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Dec 13 14:23:45 2024 +0100

    logging
---
 packages/taler-harness/src/harness/environments.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/taler-harness/src/harness/environments.ts 
b/packages/taler-harness/src/harness/environments.ts
index 6995b89e0..303b66128 100644
--- a/packages/taler-harness/src/harness/environments.ts
+++ b/packages/taler-harness/src/harness/environments.ts
@@ -34,6 +34,7 @@ import {
   Duration,
   encodeCrock,
   HttpStatusCode,
+  j2s,
   LegitimizationRuleSet,
   Logger,
   MerchantApiClient,
@@ -1051,6 +1052,11 @@ export async function postAmlDecisionNoRules(
 
   console.log(`aml decision status: ${resp.status}`);
 
+  if (resp.status >= 400) {
+    const body = await resp.json();
+    console.log(j2s(body));
+  }
+
   t.assertDeepEqual(resp.status, HttpStatusCode.NoContent);
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]