You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Track whether read_trigger is ever called — it must NOT be, otherwise
525
+
# the filter is broken and we'd hit the payload endpoint prematurely.
526
+
trigger_manager.read_trigger=AsyncMock(side_effect=AssertionError("read_trigger must not be called for Inbox triggers pre-resume")) # type: ignore[method-assign]
0 commit comments