Commit e028f90 1 parent f063f2e commit e028f90 Copy full SHA for e028f90
File tree 2 files changed +2
-2
lines changed
spec/datadog/tracing/transport
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
RSpec . describe Datadog ::Tracing ::Transport ::HTTP ::Client do
7
7
subject ( :client ) { described_class . new ( api ) }
8
8
9
- let ( :api ) { instance_double ( Datadog ::Tracing ::Transport ::HTTP ::API ::Instance ) }
9
+ let ( :api ) { instance_double ( Datadog ::Tracing ::Transport ::HTTP ::Traces :: API ::Instance ) }
10
10
11
11
describe '#initialize' do
12
12
it { is_expected . to be_a_kind_of ( Datadog ::Tracing ::Transport ::HTTP ::Statistics ) }
Original file line number Diff line number Diff line change 27
27
)
28
28
29
29
default . apis . each_value do |api |
30
- expect ( api ) . to be_a_kind_of ( Datadog ::Tracing ::Transport ::HTTP ::API ::Instance )
30
+ expect ( api ) . to be_a_kind_of ( Datadog ::Tracing ::Transport ::HTTP ::Traces :: API ::Instance )
31
31
expect ( api . headers ) . to include ( Datadog ::Core ::Transport ::HTTP . default_headers )
32
32
33
33
case default_agent_settings . adapter
You can’t perform that action at this time.
0 commit comments