changes from review

This commit is contained in:
Sai Pranav 2023-03-31 12:11:42 -05:00
parent 946e87c4c4
commit c91dd2cae2
2 changed files with 7 additions and 1 deletions

View file

@ -34,7 +34,7 @@ describe('authenticate with userpass', () => {
},
});
// Enable approle
// Enable userpass
try {
await got(`${vaultUrl}/v1/sys/auth/userpass`, {
method: 'POST',