taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 963aef5366097bfd35647efc4d8b2ce04aa565dc
parent 78ba50dadceb594180db9f0b61786f264dd0044b
Author: Florian Dold <florian@dold.me>
Date:   Tue,  6 Feb 2024 12:03:28 +0100

-logging

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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 @@ -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);