Files
Julien Calixte 7623fff227
All checks were successful
CI / check (push) Successful in 13s
fix(test): match getSession URL by suffix, not /getSession path
The PDS endpoint URL is /xrpc/com.atproto.server.getSession —
those are dots before getSession, not slashes, so the previous
includes("/getSession") filter never matched and the Authorization
header assertion silently short-circuited via optional chaining.
2026-06-07 22:31:26 +02:00
..