Skip to content

Commit

Permalink
feat: remove data sources after test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 15, 2024
1 parent 1eeef2b commit c29c2f6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ if (Cypress.env('WORKSPACE_ENABLED')) {
);
cy.deleteWorkspaceByName(sourceWorkspaceName);
cy.deleteWorkspaceByName(targetWorkspaceName);
if (Cypress.env('DATASOURCE_MANAGEMENT_ENABLED')) {
cy.deleteDataSource(datasourceId);
}
sourceWorkspaceId = '';
targetWorkspaceId = '';
});
Expand Down

0 comments on commit c29c2f6

Please sign in to comment.