mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-23 03:48:51 +00:00
fix(tests): fix unit tests and improve e2e
This commit is contained in:
parent
3dfe7ff808
commit
5357098084
3 changed files with 19 additions and 6 deletions
|
|
@ -3,6 +3,7 @@ describe('e2e', () => {
|
|||
expect(process.env.SECRET).toBe("SUPERSECRET");
|
||||
expect(process.env.NAMED_SECRET).toBe("SUPERSECRET");
|
||||
expect(process.env.OTHERSECRET).toBe("OTHERSUPERSECRET");
|
||||
expect(process.env.OTHER_SECRET_OUTPUT).toBe("OTHERSUPERSECRET");
|
||||
expect(process.env.ALTSECRET).toBe("CUSTOMSECRET");
|
||||
expect(process.env.NAMED_ALTSECRET).toBe("CUSTOMSECRET");
|
||||
expect(process.env.OTHERALTSECRET).toBe("OTHERCUSTOMSECRET");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue