Skip to content

Commit 030886d

Browse files
docstring
1 parent 56c019c commit 030886d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def test_envelope_too_large_response(capturing_server, make_client):
397397
assert len(capturing_server.captured) == 3
398398
report = parse_json(capturing_server.captured[2].envelope.items[0].get_bytes())
399399

400-
# Client reports for transaction and included span
400+
# Client reports for error, transaction and included span
401401
assert len(report["discarded_events"]) == 3
402402
assert {"reason": "send_error", "category": "error", "quantity": 1} in report[
403403
"discarded_events"

0 commit comments

Comments
 (0)