Skip to content

Commit

Permalink
Remove duplicated encryption key test. (#2671)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian C. Dunn <jdunn@chef.io>
  • Loading branch information
juliandunn authored and jquick committed Feb 16, 2018
1 parent 4e51288 commit 594a185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/azure/verify/controls/generic_storage_account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# There should be no tags
it { should_not have_tags }

its('properties.encryption.keySource') { should cmp 'Microsoft.Storage' }

# Check that the blob and file services are enabled
its('properties.encryption.services.blob.enabled') { should be true }
its('properties.encryption.services.file.enabled') { should be true }
Expand Down

0 comments on commit 594a185

Please sign in to comment.