Skip to content

Commit

Permalink
Adds dataSourceVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jul 23, 2024
1 parent c1e173c commit df825d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const createDataSource = () => {
title: Cypress.env('externalDataSourceLabel'),
endpoint: Cypress.env('externalDataSourceEndpoint'),
installedPlugins: ['opensearch-security'],
dataSourceVersion: '2.15.0',
auth: {
type: 'username_password',
credentials: {
Expand Down

0 comments on commit df825d7

Please sign in to comment.