Skip to content

Commit

Permalink
Merge pull request #713 from inspec/RESOURCE-590-create-the-integrati…
Browse files Browse the repository at this point in the history
…on-tests-for-azure-power-bi-generic-resources-and-azure-sentinel-alert-rule-template-resources

RESOURCE-590  Create the integration tests for azure_power_bi_generic_resources and azure_sentinel_alert_rule_template resources
  • Loading branch information
soumyo13 authored Feb 2, 2023
2 parents 1f64ccf + a69f49d commit d2e61c3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
control "Verify the settings of azure_power_bi_generic_resources" do
title "Testing the plural resource of azure_power_bi_generic_resources."
desc "Testing the plural resource of azure_power_bi_generic_resources."

describe azure_power_bi_generic_resources do
it { should exist }
end
end

0 comments on commit d2e61c3

Please sign in to comment.