hashicorp / vault-plugin-secrets-azure

Vault Azure Secrets plugin
Mozilla Public License 2.0
26 stars 19 forks source link

Fix bats based MS Graph acceptance test #85

Closed benashz closed 2 years ago

benashz commented 2 years ago

The permissions for the MS Graph tests were incomplete, unfortunately the issue was not caught by the bats test. Essentially doing a local variable assignment from a sub-shell's stdout does not result in the test failing when the sub-shell exits with a non-zero status

Summary of fixes: