Skip to content

Commit

Permalink
adding the singular integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Soumyodeep Karmakar <soumyo.k13@gmail.com>
  • Loading branch information
soumyo13 committed Feb 28, 2023
1 parent a06fad2 commit a18a689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/verify/controls/aws_cloudtrail_trail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@
its('cloud_watch_logs_log_group_arn') { should be_nil}
its('kms_key_id') { should be_nil }
end

describe aws_cloudtrail_trail(aws_cloud_trail_name) do
its('s3_key_prefix') { should_not eq nil }
its('is_organization_trail') { should eq false }
end
end

0 comments on commit a18a689

Please sign in to comment.