mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-14 18:13:45 +00:00
Delete unused test helpers
This commit is contained in:
parent
7b49e2b84c
commit
b904025b30
1 changed files with 0 additions and 12 deletions
|
|
@ -289,15 +289,3 @@ function mockInput(secrets) {
|
||||||
.calledWith('secrets', expect.anything())
|
.calledWith('secrets', expect.anything())
|
||||||
.mockReturnValueOnce(secrets);
|
.mockReturnValueOnce(secrets);
|
||||||
}
|
}
|
||||||
|
|
||||||
function mockEngineName(name) {
|
|
||||||
when(core.getInput)
|
|
||||||
.calledWith('path', expect.anything())
|
|
||||||
.mockReturnValueOnce(name);
|
|
||||||
}
|
|
||||||
|
|
||||||
function mockVersion(version) {
|
|
||||||
when(core.getInput)
|
|
||||||
.calledWith('kv-version', expect.anything())
|
|
||||||
.mockReturnValueOnce(version);
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue