From f232fb454707718d85dd755dc09037ed77d942b6 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Mon, 2 Oct 2017 11:29:17 +0200 Subject: [PATCH] allow for local docker testing Signed-off-by: Hans Zandbelt --- test/helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/helpers.js b/test/helpers.js index 0727ccd..0a014bc 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -149,14 +149,14 @@ async function configure(profile) { } } }).join(' '), - 'tool:webfinger_email': `acct:foobar@${url.parse(ISSUER).hostname}`, + 'tool:webfinger_email': `acct:foobar@${url.parse(ISSUER).hostname}:${url.parse(ISSUER).port}`, 'tool:webfinger_url': `${ISSUER}/foobar`, 'tool:acr_values': 'urn:mace:incommon:iap:bronze', 'tool:claims_locales': '', 'tool:enc': 'True', 'tool:extra': 'True', 'tool:form_post': 'True', - 'tool:insecure': 'False', + 'tool:insecure': 'True', 'tool:login_hint': 'bob@example.com', 'tool:none': 'True', 'tool:profile': '',