Skip to content

Commit

Permalink
Fix spec ci.enabled variable introduced during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Jun 10, 2024
1 parent 467b49d commit af5570b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/datadog/core/telemetry/event_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ def contain_configuration(*array)
['tracing.opentelemetry.enabled', false],
['logger.instance', 'MyLogger'],
['appsec.enabled', false],
['appsec.sca_enabled', false],
['ci.enabled', false]
['appsec.sca_enabled', false]
),
install_signature: { install_id: 'id', install_time: 'time', install_type: 'type' },
)
Expand Down

0 comments on commit af5570b

Please sign in to comment.