Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Feb 26, 2019
1 parent c88f3f8 commit 6553d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/ddtrace/contrib/excon/instrumentation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
.and_wrap_original do |m, *args|
m.call(*args).tap do |datum|
# Assert request headers
span = datum[:datadog_span]
headers = datum[:headers]
expect(headers).to_not include(Datadog::Ext::DistributedTracing::HTTP_HEADER_TRACE_ID)
expect(headers).to_not include(Datadog::Ext::DistributedTracing::HTTP_HEADER_PARENT_ID)
Expand Down

0 comments on commit 6553d16

Please sign in to comment.