Commit b54ff0f
committed
test(health): neutral repo placeholders in the conductor fixtures
The stubbed Heart readiness payloads in test_health_conductor.py used real
satellite repo names ("PyAutoFit: uncommitted changes", "PyAutoLens: status
unknown") as the repo half of a "<repo>: <problem>" reason string. Nothing in
the file asserts on that half — the conductor classifies by verdict and reason
text, not by who reported it — so the names were pure filler that the tenant
firewall (PyAutoMind/scripts/repos_sync.py) counts as instance facts leaking
into organ code.
Replaced with neutral placeholders (library-a / library-b) and a comment fixing
the convention, so the firewall stays meaningful without an allowlist entry
this file does not deserve. Same judgment as the fixture rename in
PyAutoBrain#193 (checkout_a/b/c): a fixture that does not need a real repo name
should not carry one.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0148Baec3aLwGpSJ5yYwiHZG1 parent 53cdc14 commit b54ff0f
1 file changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | | - | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | | - | |
| 182 | + | |
178 | 183 | | |
179 | | - | |
| 184 | + | |
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
| |||
242 | 247 | | |
243 | 248 | | |
244 | 249 | | |
245 | | - | |
| 250 | + | |
246 | 251 | | |
247 | 252 | | |
248 | 253 | | |
| |||
254 | 259 | | |
255 | 260 | | |
256 | 261 | | |
257 | | - | |
| 262 | + | |
258 | 263 | | |
259 | 264 | | |
260 | 265 | | |
| |||
0 commit comments