Skip to content

Commit

Permalink
switch tests values for apm enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Dec 2, 2024
1 parent 5508805 commit e6639a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/tracing/configuration/settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,13 @@ def propagation_style_inject
context 'is set to true' do
let(:appsec_standalone_enabled) { 'true' }

it { is_expected.to be true }
it { is_expected.to be false }
end

context 'is set to false' do
let(:appsec_standalone_enabled) { 'false' }

it { is_expected.to be false }
it { is_expected.to be true }
end
end
end
Expand Down

0 comments on commit e6639a4

Please sign in to comment.