Skip to content

Commit 4e52e12

Browse files
committed
docs: state the embed-shape constraint instead of its history
The pinning tests are the real contract; the deleted builders are not something a future reader can compare against.
1 parent e602758 commit 4e52e12

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

infrastructure/ops_notify.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ class DiscordOpsNotifier:
6060
"""Discord implementation — routes each notification to its channel
6161
(contact vs reports) and builds the embeds.
6262
63-
Embed structures are preserved exactly from the previous per-service
64-
builders (originally ``utils/contact_utils.py``).
63+
Embed shapes are pinned by the integration tests (test_contact /
64+
test_reports run this class over a capturing HTTP fake): change a
65+
field here and a test breaks.
6566
"""
6667

6768
def __init__(

0 commit comments

Comments
 (0)