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
test(webhooks): pin the pre-lookup handshake order
The inversion fixed in the previous commit passed every existing test, because
nothing asserted where the challenge offer sits relative to the load-shed gate
or to the setup-verification probe. Both are answered from the request alone,
so the ordering is the whole behavior and no other assertion touches it.
Covers the two symptoms directly: a challenge is answered without taking an
admission ticket, and it is offered before the verification probe rather than
after. Reintroducing the inverted order fails both.
0 commit comments