mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-09 21:50:05 +00:00
fix: fix got not being use correctly and path prefix
This commit is contained in:
parent
0e719ef42a
commit
ed8303ca53
3 changed files with 12 additions and 13 deletions
|
|
@ -212,7 +212,7 @@ describe('authenticate with approle', () => {
|
|||
jest.resetAllMocks();
|
||||
|
||||
when(core.getInput)
|
||||
.calledWith('method')
|
||||
.calledWith('method', expect.anything())
|
||||
.mockReturnValueOnce('approle');
|
||||
when(core.getInput)
|
||||
.calledWith('roleId')
|
||||
|
|
@ -228,7 +228,7 @@ describe('authenticate with approle', () => {
|
|||
.mockReturnValueOnce('ns2');
|
||||
});
|
||||
|
||||
it('authenticate with approle', async()=> {
|
||||
it.only('authenticate with approle', async() => {
|
||||
mockInput('test secret');
|
||||
|
||||
await exportSecrets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue