diff --git a/tests/e2e/integration/proxy.spec.js b/tests/e2e/integration/proxy.spec.js index 19031cf75..71d816255 100644 --- a/tests/e2e/integration/proxy.spec.js +++ b/tests/e2e/integration/proxy.spec.js @@ -13,7 +13,7 @@ describe("Proxy enabled - external request", () => { it("Enable proxy and make a GET request to Postwoman API", () => { - cy.enableProxy("/?url=https://postwoman.io&path=/.netlify/netlify/api") + cy.enableProxy("/?url=https://postwoman.io&path=/.netlify/functions/api") .get("#send") .click() .get("#response-details-wrapper", { timeout: 24000 })