Skip to content

Commit

Permalink
test: use front door for mock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Jun 13, 2024
1 parent 6ccc5c2 commit 2964a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/mockTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function main() {
for (const info of testInfo.tests) {
const agentPath = `${info.routePrefix}/${info.agentDownloadPath}`
const resultPath = `${info.routePrefix}/${info.getResultPath}`
const host = info.functionAppUrl
const host = info.frontdoorUrl

const agentUrl = new URL(host)
agentUrl.pathname = agentPath
Expand Down

0 comments on commit 2964a9d

Please sign in to comment.