feat: fix unit and add e2e test
This commit is contained in:
@@ -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