Skip to content

Commit 9a3a12b

Browse files
committed
fix: clean up
1 parent e30621b commit 9a3a12b

File tree

2 files changed

+1
-3
lines changed
  • references/oidc-mock/test/integration/features/step_definitions
  • tools/pipeline-runner

2 files changed

+1
-3
lines changed

references/oidc-mock/test/integration/features/step_definitions/ui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Given('I navigate to the authorize page', async function() {
3434
args: ["--no-sandbox"]
3535
})
3636
this.page = await this.browser.newPage()
37-
return await this.page.goto('https://' + hostname + '/v1/openid-connect/c' + this.apickli.scenarioVariables.clientId
37+
return await this.page.goto('https://' + hostname + '/v1/openid-connect/authorize?client_id=' + this.apickli.scenarioVariables.clientId
3838
+ '&redirect_uri=https://mocktarget.apigee.net/echo&response_type=code&state=' + state +'&scope=' + scope)
3939
})
4040

tools/pipeline-runner/github-api.sh

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Commit version: $SHORT_SHA
3333
EOF
3434
)
3535

36-
echo $REPORT
37-
3836
REPO_API="https://api.github.com/repos/$REPO_GH_ISSUE"
3937

4038
createIssueComment() {

0 commit comments

Comments
 (0)