Skip to content

Commit

Permalink
test(post-deploy): update RUM Dashboard test URL to target Adobe
Browse files Browse the repository at this point in the history
- Changed the test URL for the RUM Dashboard from `www.theplayers.com` to `www.adobe.com` to ensure accurate resource validation.
  • Loading branch information
trieloff committed Jan 13, 2025
1 parent b0ae9f8 commit 7647085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/post-deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ createTargets().forEach((target) => {
}).timeout(30000);

it('RUM Dashboard', async () => {
const path = `${target.urlPath()}/rum-dashboard?url=www.theplayers.com`;
const path = `${target.urlPath()}/rum-dashboard?url=www.adobe.com`;
console.log(`testing ${target.host()}${path}`);
const response = await retryFetch(`${target.host()}${path}`, {
headers: {
Expand Down

0 comments on commit 7647085

Please sign in to comment.