diff --git a/cypress/e2e/Regression/ClientSide/BugTests/DS_Bug26941_Spec.ts b/cypress/e2e/Regression/ClientSide/BugTests/DS_Bug26941_Spec.ts index 95a6395c3bd5..007f41758a2a 100644 --- a/cypress/e2e/Regression/ClientSide/BugTests/DS_Bug26941_Spec.ts +++ b/cypress/e2e/Regression/ClientSide/BugTests/DS_Bug26941_Spec.ts @@ -12,7 +12,7 @@ describe( it("1. Checking whether the appropriate error is displayed even after the removal of invalid chars in header key.", function () { const randomApi = `${ dataManager.dsValues[dataManager.defaultEnviorment].mockApiUrl - }123`; + }`; apiPage.CreateAndFillApi(randomApi); apiPage.RunAPI(false, 2000, { expectedPath: "response.body.data.body.data.isExecutionSuccess",