mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 08:36:55 +00:00
chore(test): actually rename everything
This commit is contained in:
parent
c9947f5ee9
commit
83a0917c47
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -124,7 +124,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
url: http://localhost:${{ job.services.vault.ports[8200] }}
|
url: http://localhost:${{ job.services.vault.ports[8200] }}
|
||||||
token: testtoken
|
token: testtoken
|
||||||
engine-name: my-secret
|
path: my-secret
|
||||||
kv-version: 1
|
kv-version: 1
|
||||||
secrets: |
|
secrets: |
|
||||||
test altSecret ;
|
test altSecret ;
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ describe('integration', () => {
|
||||||
|
|
||||||
function mockEngineName(name) {
|
function mockEngineName(name) {
|
||||||
when(core.getInput)
|
when(core.getInput)
|
||||||
.calledWith('engine-name')
|
.calledWith('path')
|
||||||
.mockReturnValueOnce(name);
|
.mockReturnValueOnce(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -296,7 +296,7 @@ function mockInput(secrets) {
|
||||||
|
|
||||||
function mockEngineName(name) {
|
function mockEngineName(name) {
|
||||||
when(core.getInput)
|
when(core.getInput)
|
||||||
.calledWith('engine-name')
|
.calledWith('path')
|
||||||
.mockReturnValueOnce(name);
|
.mockReturnValueOnce(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue