diff --git a/tests/ui/integration/job-view/jobs_view.spec.js b/tests/ui/integration/job-view/jobs_view.spec.js index f08d3fc0b65..c9400faa05a 100644 --- a/tests/ui/integration/job-view/jobs_view.spec.js +++ b/tests/ui/integration/job-view/jobs_view.spec.js @@ -104,7 +104,7 @@ async function mockJobsViewApi(page) { // External services. await page.route( - 'https://treestatus.prod.lando.prod.cloudops.mozgcp.net/**', + 'https://lando.moz.tools/**', (route) => route.fulfill( json({ result: { status: 'open', reason: '', tree: 'autoland' } }),