mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-31 19:03:14 +03:00
feat: fix unit and add e2e test
This commit is contained in:
+3
-2
@@ -89,8 +89,9 @@ describe('exportSecrets', () => {
|
||||
function mockVaultData(data) {
|
||||
got.mockResolvedValue({
|
||||
body: JSON.stringify({
|
||||
data,
|
||||
meta: {}
|
||||
data: {
|
||||
data
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user