From 8383986b2c500c1fb2df72e035b06e19512f871f Mon Sep 17 00:00:00 2001 From: Yu Zhao Date: Mon, 29 Jul 2024 15:28:13 -0400 Subject: [PATCH] Fix lint issue --- .../cypress/cypress/tests/mocked/pipelines/pipelines.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/__tests__/cypress/cypress/tests/mocked/pipelines/pipelines.cy.ts b/frontend/src/__tests__/cypress/cypress/tests/mocked/pipelines/pipelines.cy.ts index a91a388e9e..c0d35e7d64 100644 --- a/frontend/src/__tests__/cypress/cypress/tests/mocked/pipelines/pipelines.cy.ts +++ b/frontend/src/__tests__/cypress/cypress/tests/mocked/pipelines/pipelines.cy.ts @@ -1319,4 +1319,4 @@ const createDeletePipelineIntercept = (pipelineId: string) => times: 1, }, mockSuccessGoogleRpcStatus({}), - ); \ No newline at end of file + );