Skip to content

Commit

Permalink
Don't load sample data in JWT multiauth test
Browse files Browse the repository at this point in the history
Signed-off-by: merlinz01 <na@notaccessible.xyz>
  • Loading branch information
merlinz01 committed Oct 2, 2024
1 parent 842b2fa commit 529db2e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/jest_integration/jwt_multiauth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,6 @@ describe('start OpenSearch Dashboards server', () => {
await root.setup();
await root.start();

console.log('Starting to Download Flights Sample Data');
await wreck.post('http://localhost:5601/api/sample_data/flights', {
payload: {},
rejectUnauthorized: false,
headers: {
'Content-Type': 'application/json',
authorization: ADMIN_CREDENTIALS,
security_tenant: 'global',
},
});
console.log('Downloaded Sample Data');
const getConfigResponse = await wreck.get(
'https://localhost:9200/_plugins/_security/api/securityconfig',
{
Expand Down

0 comments on commit 529db2e

Please sign in to comment.