Skip to content

Commit

Permalink
We only need to ensure package is installed. (CrowdStrike#50)
Browse files Browse the repository at this point in the history
No need to check for a specific version. If this succeeds, then
we know the policy worked.
  • Loading branch information
carlosmmatos authored Jun 9, 2023
1 parent 3bf69e5 commit 9a77709
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/integration/install_api_policy/controls/default.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
falcon_version = '6.48.0-14504' # This is from Sensor Update Policy

# Include common controls
# Include common::installed tests
include_controls 'common'

# Ensure falcon-sensor package installed to specific version
describe package('falcon-sensor') do
its('version') { should match falcon_version }
end

0 comments on commit 9a77709

Please sign in to comment.