test/instrumentation/excon_test.rb in instana-1.193.2 vs test/instrumentation/excon_test.rb in instana-1.193.3.pre1
- old
+ new
@@ -1,5 +1,6 @@
require 'test_helper'
+require 'support/apps/http_endpoint/boot'
class ExconTest < Minitest::Test
def test_config_defaults
assert ::Instana.config[:excon].is_a?(Hash)
assert ::Instana.config[:excon].key?(:enabled)