diff --git a/tests/integration/test_encoding.py b/tests/integration/test_encoding.py index c3c65a5446..4b3d1dc5ce 100644 --- a/tests/integration/test_encoding.py +++ b/tests/integration/test_encoding.py @@ -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: