summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-06 12:03:28 +0100
committerFlorian Dold <florian@dold.me>2024-02-06 12:03:28 +0100
commit963aef5366097bfd35647efc4d8b2ce04aa565dc (patch)
tree9ecaf10c721486c1f6d0558e4648aa8751e470d1
parent78ba50dadceb594180db9f0b61786f264dd0044b (diff)
downloadwallet-core-963aef5366097bfd35647efc4d8b2ce04aa565dc.tar.gz
wallet-core-963aef5366097bfd35647efc4d8b2ce04aa565dc.tar.bz2
wallet-core-963aef5366097bfd35647efc4d8b2ce04aa565dc.zip
-logging
-rw-r--r--packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts1
1 files changed, 1 insertions, 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
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);