From 91ebb0706a89ece386c248c7861d30ef6d03d79c Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Thu, 6 Jul 2023 10:42:47 -0500 Subject: [PATCH] chore(smoke-test): use a more recent ingestion cli version in tests (#8374) --- .../tests/cypress/cypress/e2e/mutations/managed_ingestion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +});