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(web): strengthen the weaker contract assertions (#965)
PR review noted that a few cases asserted only `url` while the surrounding
ones pinned method, params and body — weaker than the file's own standard, and
the whole point of this suite is that it is the only place wire drift is
caught.
Tightened proofApi.startRun (now asserts POST + the body verbatim, with a
non-empty body so a dropped field would show), prdApi.getVersions and the four
proofApi GET-by-id cases (method + params), and settingsApi.verifyKey (method,
plus a second case covering the supplied-value branch that had only its
value:null default covered).
Also collapsed the stray double blank line at the blockersApi insertion point.
0 commit comments