Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Internal] Fix
tests/integration/test_dbutils.py::test_secrets
(#884)
## What changes are proposed in this pull request? `tests/integration/test_dbutils.py::test_secrets` currently assumes that the principal running the test has access to all key vaults in our test workspace. This isn't necessarily the case. To alleviate this, rather than listing all secrets across all scopes, we just check that our scope is included in the list of secret scopes, and only list the secrets from our scope. ## How is this tested? Integration tests will automatically run on this PR.
- Loading branch information