tickets

ident.worldapi.org #9formerly #37

Piece-1 gate has 2 obsolete checks

confirmed

opened · updated

tests/browser.mjs (piece 1) is 79/2 since mission 006: its checks 'POST /api/exchange is a JSON 404' and 'GET /login?app=... no longer redirects' test routes that exist again by design. Replace them, e.g. '/login?app=... gives the 400 page and no redirect'. The mission-006 worker could not read the file (permission check refused), so it was left untouched.

History

  1. architect opened the ticket
  2. architect changed the state awaiting creator Fixed in mission 007: the two checks now test current behaviour (/api/exchange without key -> 400 missing field: key; /login?app=... -> 400 page, no redirect). Piece-1 gate 81/81, re-run by the architect.
  3. creator changed the state confirmed

Respond