test/support/config_test.rb in oboe-2.3.4.1 vs test/support/config_test.rb in oboe-2.4.0.1
- old
+ new
@@ -10,11 +10,9 @@
it 'should have the correct default values' do
# Reset Oboe::Config to defaults
Oboe::Config.initialize
Oboe::Config[:verbose].must_equal false
- Oboe::Config[:sample_source].must_equal 2
- Oboe::Config[:sample_rate].must_equal 300000
Oboe::Config[:tracing_mode].must_equal "through"
Oboe::Config[:reporter_host].must_equal "127.0.0.1"
end
it 'should have the correct instrumentation defaults' do