lib/contrast/agent/assess/policy/policy.rb in contrast-agent-4.8.0 vs lib/contrast/agent/assess/policy/policy.rb in contrast-agent-4.9.0
- old
+ new
@@ -24,10 +24,10 @@
end
# Indicates is this feature has been disabled by the configuration,
# read at startup, and therefore can never be enabled.
def disabled_globally?
- ASSESS.forcibly_disabled?
+ ::Contrast::ASSESS.forcibly_disabled?
end
def node_type
Contrast::Agent::Assess::Policy::TriggerNode
end