Skip to content

Commit

Permalink
Add dummy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachzeid committed Aug 30, 2018
1 parent d3d20c5 commit 2bebc7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terrascan/checks/encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,12 @@ def test_aws_ssm_parameter_encryption(self):
self.v.enable_variable_expansion()
self.v.resources(
'aws_ssm_parameter').property(
'type').should_equal("SecureString")
'type').should_equal('SecureString')

def test_aws_instance(self):
self.v.error_if_property_missing()
self.v.enable_variable_expansion()
self.v.resources('aws_instance').resource_list

def test_aws_ssm_parameter_kms(self):
# Assert resource has a KMS with CMK
Expand Down

0 comments on commit 2bebc7c

Please sign in to comment.