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: Tue, 06 Feb 2024 12:03:32 +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 963aef536 -logging
963aef536 is described below

commit 963aef5366097bfd35647efc4d8b2ce04aa565dc
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 6 12:03:28 2024 +0100

    -logging
---
 .../src/integrationtests/test-merchant-spec-public-orders.ts             | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts
 
b/packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts
index afae8a899..21e2b4a4e 100644
--- 
a/packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts
+++ 
b/packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts
@@ -298,6 +298,7 @@ async function testWithClaimToken(
     const httpResp = await httpLib.fetch(url.href, {
       headers: { Accept: "text/html" },
     });
+    console.log(`requesting GET ${url.href}, expected 302 got 
${httpResp.status}`);
     t.assertDeepEqual(httpResp.status, 302);
     const location = httpResp.headers.get("Location");
     console.log("location header:", location);

-- 
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]