From 9a3a12b7d63a1fe92c409aa188b88c85d580b1ef Mon Sep 17 00:00:00 2001 From: Daniel Strebel Date: Fri, 20 Dec 2024 16:17:17 +0000 Subject: [PATCH] fix: clean up --- .../oidc-mock/test/integration/features/step_definitions/ui.js | 2 +- tools/pipeline-runner/github-api.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/references/oidc-mock/test/integration/features/step_definitions/ui.js b/references/oidc-mock/test/integration/features/step_definitions/ui.js index 65b331300..95185d406 100644 --- a/references/oidc-mock/test/integration/features/step_definitions/ui.js +++ b/references/oidc-mock/test/integration/features/step_definitions/ui.js @@ -34,7 +34,7 @@ Given('I navigate to the authorize page', async function() { args: ["--no-sandbox"] }) this.page = await this.browser.newPage() - return await this.page.goto('https://' + hostname + '/v1/openid-connect/c' + this.apickli.scenarioVariables.clientId + return await this.page.goto('https://' + hostname + '/v1/openid-connect/authorize?client_id=' + this.apickli.scenarioVariables.clientId + '&redirect_uri=https://mocktarget.apigee.net/echo&response_type=code&state=' + state +'&scope=' + scope) }) diff --git a/tools/pipeline-runner/github-api.sh b/tools/pipeline-runner/github-api.sh index 6a550b16c..35fdaf31b 100755 --- a/tools/pipeline-runner/github-api.sh +++ b/tools/pipeline-runner/github-api.sh @@ -33,8 +33,6 @@ Commit version: $SHORT_SHA EOF ) -echo $REPORT - REPO_API="https://api.github.com/repos/$REPO_GH_ISSUE" createIssueComment() {