We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests occasionally fail with:
1) Error: azure transport::azure_client#test_0006_cannot instantiate azure_client vault client without a vault name: NameError: uninitialized constant Azure::KeyVault /home/travis/build/inspec/train/test/unit/transports/azure_test.rb:99:in `block (3 levels) in <top (required)>' 2) Error: azure transport::azure_client#test_0004_can use azure_client graph client: NameError: uninitialized constant Azure::GraphRbac /home/travis/build/inspec/train/test/unit/transports/azure_test.rb:87:in `block (3 levels) in <top (required)>'
Likely missing a require in a test file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unit tests occasionally fail with:
Likely missing a require in a test file
The text was updated successfully, but these errors were encountered: