Skip to content

Commit

Permalink
fix SIEM es_archiver command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 22, 2020
1 parent c9c2158 commit 2ef9657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export const esArchiverLoadEmptyKibana = () => {
cy.exec(
`node ../../../scripts/es_archiver empty_kibana load empty--dir ../../test/security_solution_cypress/es_archives --config ../../../test/functional/config.js --es-url ${Cypress.env(
`node ../../../scripts/es_archiver load empty_kibana empty--dir ../../test/security_solution_cypress/es_archives --config ../../../test/functional/config.js --es-url ${Cypress.env(
'ELASTICSEARCH_URL'
)} --kibana-url ${Cypress.config().baseUrl}`
);
Expand Down

0 comments on commit 2ef9657

Please sign in to comment.