There was an error while loading. Please reload this page.
1 parent e602758 commit 4e52e12Copy full SHA for 4e52e12
1 file changed
infrastructure/ops_notify.py
@@ -60,8 +60,9 @@ class DiscordOpsNotifier:
60
"""Discord implementation — routes each notification to its channel
61
(contact vs reports) and builds the embeds.
62
63
- Embed structures are preserved exactly from the previous per-service
64
- builders (originally ``utils/contact_utils.py``).
+ Embed shapes are pinned by the integration tests (test_contact /
+ test_reports run this class over a capturing HTTP fake): change a
65
+ field here and a test breaks.
66
"""
67
68
def __init__(
0 commit comments