We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec5be1 commit 36f643eCopy full SHA for 36f643e
tests/integration/test_encoding.py
@@ -71,7 +71,7 @@ def test_trace_with_metrics_accepted_by_agent(self, metrics):
71
],
72
)
73
def test_trace_with_links_accepted_by_agent(self, span_links_kwargs):
74
- """Links should not break things."""
+ """The agent does not return an error code when accepting a trace payload containing span links."""
75
tracer = Tracer()
76
with mock.patch("ddtrace.internal.writer.writer.log") as log:
77
with tracer.trace("root", service="test_encoding", resource="test_resource") as root:
0 commit comments