Skip to content

Commit

Permalink
Add Proxy Auth to Multi Auth Options
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Aug 7, 2024
1 parent 1a18eca commit a5cc73f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/jest_integration/proxy_auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ describe('start OpenSearch Dashboards server', () => {
);
const updatedConfigBody = (updatedConfigResponse.payload as Buffer).toString();
console.log('Updated config body is: ' + updatedConfigBody);

} catch (error) {
console.log('Got an error while updating security config!!', error.stack);
fail(error);
Expand Down

0 comments on commit a5cc73f

Please sign in to comment.