diff --git a/smoke-test/tests/cypress/cypress/e2e/mutations/managed_ingestion.js b/smoke-test/tests/cypress/cypress/e2e/mutations/managed_ingestion.js index c92ba1f6e0..fd6703a7ef 100644 --- a/smoke-test/tests/cypress/cypress/e2e/mutations/managed_ingestion.js +++ b/smoke-test/tests/cypress/cypress/e2e/mutations/managed_ingestion.js @@ -37,4 +37,4 @@ describe("run managed ingestion", () => { cy.clickOptionWithText("Yes") cy.ensureTextNotPresent(testName) }) -}); \ No newline at end of file +});