Skip to content

Commit

Permalink
Update tests/integration/test_encoding.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Groves <[email protected]>
  • Loading branch information
apiarian-datadog and ZStriker19 authored Oct 8, 2024
1 parent 4ec5be1 commit 36f643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_trace_with_metrics_accepted_by_agent(self, metrics):
],
)
def test_trace_with_links_accepted_by_agent(self, span_links_kwargs):
"""Links should not break things."""
"""The agent does not return an error code when accepting a trace payload containing span links."""
tracer = Tracer()
with mock.patch("ddtrace.internal.writer.writer.log") as log:
with tracer.trace("root", service="test_encoding", resource="test_resource") as root:
Expand Down

0 comments on commit 36f643e

Please sign in to comment.