Skip to content

Commit

Permalink
remove logging of JWT in test
Browse files Browse the repository at this point in the history
Signed-off-by: merlinz01 <na@notaccessible.xyz>
  • Loading branch information
merlinz01 committed Sep 3, 2024
1 parent 63789be commit a17a579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jest_integration/jwt_multiauth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ describe('start OpenSearch Dashboards server', () => {
})
.setProtectedHeader({ alg: 'HS256' })
.sign(new TextEncoder().encode('99011df6ef40e4a2cd9cd6ccb2d649e0'));
console.log(adminJWT);
await wreck
.get(`http://localhost:5601/app/home?token=${adminJWT}#`, {
rejectUnauthorized: true,
Expand Down

0 comments on commit a17a579

Please sign in to comment.