mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
Update integration.test.js
This commit is contained in:
parent
589f91e020
commit
52600773ec
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ describe('integration', () => {
|
||||||
headers: {
|
headers: {
|
||||||
'X-Vault-Token': vaultToken,
|
'X-Vault-Token': vaultToken,
|
||||||
},
|
},
|
||||||
body: `{"data":{"secret.foo":"SUPERSECRET"}}`
|
body: `{"data":{"secret.foo":{"SUPERKEY":"SUPERSECRET"}}}`
|
||||||
});
|
});
|
||||||
|
|
||||||
await got(`${vaultUrl}/v1/secret/data/nested/test`, {
|
await got(`${vaultUrl}/v1/secret/data/nested/test`, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue