commit 963aef5366097bfd35647efc4d8b2ce04aa565dc
parent 78ba50dadceb594180db9f0b61786f264dd0044b
Author: Florian Dold <florian@dold.me>
Date: Tue, 6 Feb 2024 12:03:28 +0100
-logging
Diffstat:
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);