Skip to content

Commit

Permalink
Update ExternalSecretsManager.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Oct 23, 2023
1 parent 287d71e commit 7e6ebf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('External Secrets Manager', () => {
};

const decryptSettings = (settings: string) => {
return JSON.parse(cipher.decrypt(settings ?? ''));
return JSON.parse(cipher.decrypt(settings));
};

beforeAll(() => {
Expand Down

0 comments on commit 7e6ebf9

Please sign in to comment.