We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1181c9d commit 5c5916cCopy full SHA for 5c5916c
spec/datadog/tracing/transport/http/api_spec.rb
@@ -10,8 +10,8 @@
10
11
it do
12
is_expected.to include(
13
- described_class::V4 => kind_of(Datadog::Tracing::Transport::HTTP::API::Spec),
14
- described_class::V3 => kind_of(Datadog::Tracing::Transport::HTTP::API::Spec),
+ described_class::V4 => kind_of(Datadog::Tracing::Transport::HTTP::Traces::API::Spec),
+ described_class::V3 => kind_of(Datadog::Tracing::Transport::HTTP::Traces::API::Spec),
15
)
16
17
defaults[described_class::V4].tap do |v4|
0 commit comments