Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel committed Dec 20, 2024
1 parent e30621b commit 9a3a12b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})

Expand Down
2 changes: 0 additions & 2 deletions tools/pipeline-runner/github-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Commit version: $SHORT_SHA
EOF
)

echo $REPORT

REPO_API="https://api.github.com/repos/$REPO_GH_ISSUE"

createIssueComment() {
Expand Down

0 comments on commit 9a3a12b

Please sign in to comment.