Skip to content

Commit

Permalink
Use real precedence in test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jun 27, 2023
1 parent 138ccae commit c0f8a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/core/configuration/options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

context 'with precedence' do
subject(:set_option) { options_object.set_option(name, value, precedence: precedence) }
let(:precedence) { 123 }
let(:precedence) { Datadog::Core::Configuration::Option::Precedence::REMOTE_CONFIGURATION }

it 'sets the option precedence' do
set_option
Expand Down

0 comments on commit c0f8a62

Please sign in to comment.