Skip to content

Commit

Permalink
[Logs onboarding] Adding Elastic-Api-Version to cy command (elastic#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn authored Sep 6, 2023
1 parent 1c7ac5d commit 9d5bb89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Cypress.Commands.add('deleteIntegration', (integrationName: string) => {
},
headers: {
'kbn-xsrf': 'e2e_test',
'Elastic-Api-Version': '1',
},
auth: { user: 'editor', pass: 'changeme' },
});
Expand Down

0 comments on commit 9d5bb89

Please sign in to comment.