mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-10 02:31:59 +09:00
b2f7d66686
Replace the lenient testACLError handler (t.Logf on mismatch) with strict validation matching the grant error handler pattern: - Extract assertACLErrorContains helper with progressive fallbacks: direct match, mapped equivalent, key-part extraction, then t.Errorf - Convert HeadscaleDiffers from t.Logf to t.Skipf for visibility - Add aclErrorMessageMap for known wording differences (empty for now) All 16 ACL error golden files pass with the strict handler. Updates #3157 Updates #3169