5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 08:06:55 +00:00

fix branch

This commit is contained in:
Tom North 2023-03-25 14:59:43 +00:00
commit c290aa607a
2 changed files with 19191 additions and 5 deletions

19191
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -194,11 +194,6 @@ describe('exportSecrets', () => {
.calledWith('secretEncodingType', expect.anything()) .calledWith('secretEncodingType', expect.anything())
.mockReturnValueOnce(doEncode); .mockReturnValueOnce(doEncode);
} }
function mockOutputToken(doOutput) {
when(core.getInput)
.calledWith('outputToken', expect.anything())
.mockReturnValueOnce(doOutput);
}
it('simple secret retrieval', async () => { it('simple secret retrieval', async () => {
mockInput('test key'); mockInput('test key');