Skip to content

Commit

Permalink
Add test that uses the helper function to verify functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Mar 15, 2024
1 parent 1b315ac commit 7146b08
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,10 @@ if (Cypress.env('DATASOURCE_MANAGEMENT_ENABLED')) {
'app/management/opensearch-dashboards/dataSources'
);
});

it('creates a datasources to a real opensearch instance', () => {
CreateDataSourceNoAuth();
});
});
});
}

0 comments on commit 7146b08

Please sign in to comment.