mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 00:26: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:
|
||||
url: http://localhost:${{ job.services.vault.ports[8200] }}
|
||||
token: testtoken
|
||||
engine-name: my-secret
|
||||
path: my-secret
|
||||
kv-version: 1
|
||||
secrets: |
|
||||
test altSecret ;
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ describe('integration', () => {
|
|||
|
||||
function mockEngineName(name) {
|
||||
when(core.getInput)
|
||||
.calledWith('engine-name')
|
||||
.calledWith('path')
|
||||
.mockReturnValueOnce(name);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ function mockInput(secrets) {
|
|||
|
||||
function mockEngineName(name) {
|
||||
when(core.getInput)
|
||||
.calledWith('engine-name')
|
||||
.calledWith('path')
|
||||
.mockReturnValueOnce(name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue