3e26186f85
Unit Tests / test (push) Successful in 11m14s
The synthetic cell fixture used a 46-char base64 key where the validator expects exactly 43 chars before '='. The key failed format validation so add_cell_peer returned False, making the cell connection store nothing and all TestCellPermissionsApi tests hit 404. The TestCellServiceAccessRestrictions and TestLiveCellConnection teardown fixtures called _remove_connection(cell2_client, ...) without checking if cell2_client is None (expected when no second cell is configured), causing AttributeError on teardown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>