You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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.
0 commit comments