Skip to content

Commit 71d512b

Browse files
Update tests/integration/test_encoding.py
Co-authored-by: Zachary Groves <[email protected]>
1 parent 567bf8c commit 71d512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_trace_with_metrics_accepted_by_agent(self, metrics):
7171
],
7272
)
7373
def test_trace_with_links_accepted_by_agent(self, span_links_kwargs):
74-
"""Links should not break things."""
74+
"""The agent does not return an error code when accepting a trace payload containing span links."""
7575
tracer = Tracer()
7676
with mock.patch("ddtrace.internal.writer.writer.log") as log:
7777
with tracer.trace("root", service="test_encoding", resource="test_resource") as root:

0 commit comments

Comments
 (0)