Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed May 12, 2023
1 parent c046e0a commit 6655997
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe('Cases connectors', () => {
};

const snConnector = getServiceNowConnector();
let connectorId = '';

before(() => {
cleanKibana();
Expand Down Expand Up @@ -100,7 +99,6 @@ describe('Cases connectors', () => {

cy.wait('@createConnector').then(({ response }) => {
cy.wrap(response?.statusCode).should('eql', 200);
connectorId = response?.body.id ?? '';

verifyNewConnectorSelected(snConnector);

Expand Down

0 comments on commit 6655997

Please sign in to comment.