Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 3, 2025
1 parent d4a8ad4 commit b98a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/vaultclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class VaultClient {
* @return {object} Vault endpoint information
*/
static getEndpointInformation() {
let host = 'localhost';
let host = '127.0.0.1';
let port = 8600;
let ca = undefined;
let cert = undefined;
Expand Down

0 comments on commit b98a232

Please sign in to comment.