mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-10 09:58:18 +09:00
3065b45310
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