Skip to content

Commit 89495b5

Browse files
committed
Remove obsolete variable from AppSec::Configuration::Settings spec
1 parent ceba573 commit 89495b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/datadog/appsec/configuration/settings_spec.rb

-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def patcher
7878
end
7979

8080
describe '#rasp_enabled' do
81-
subject(:rasp_enabled) { settings.appsec.rasp_enabled }
82-
8381
context 'when DD_APPSEC_RASP_ENABLED' do
8482
around do |example|
8583
ClimateControl.modify('DD_APPSEC_RASP_ENABLED' => rasp_enabled_env_var) do

0 commit comments

Comments
 (0)