diff --git a/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApiError_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApiError_spec.ts index 993674bed8de..1877223685bb 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApiError_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApiError_spec.ts @@ -7,7 +7,7 @@ import EditorNavigation, { describe("Api Error Debugger", { tags: ["@tag.IDE"] }, () => { before(() => { // Create api that causes an error - _.apiPage.CreateAndFillApi("https://fakeapi/user"); + _.apiPage.CreateAndFillApi("http://host.docker.internal:500"); }); it("it shows error message", () => { _.apiPage.RunAPI(false);