Fix e2e CI failure from "Test that overwrite env var works in nested action (#453)" (#467)

Fix e2e CI failure VAULT-17057
Co-authored-by: Leonardo Villela <leonardo.villela37@gmail.com>
This commit is contained in:
Thy Ton
2023-06-13 11:22:43 -07:00
committed by GitHub
parent ec2980c187
commit 62aa8bb4c4
4 changed files with 34 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ describe('e2e', () => {
expect(process.env.OTHERALTSECRET).toBe("OTHERCUSTOMSECRET");
expect(process.env.FOO).toBe("bar");
expect(process.env.NAMED_CUBBYSECRET).toBe("zap");
expect(process.env.SUBSEQUENT_TEST_SECRET).toBe("SUBSEQUENT_TEST_SECRET");
});
});