Commit bce0733
committed
test(plugin-email): correct a
`_provenance: { source: 'code' }` is an object where
`MetadataProvenanceSchema` is `z.enum(['package','org','env-forced'])`. The
fixture was never spec-legal; the module-local blanket `_` sweep deleted it
before the parse could say so. With the shared strip it reaches the schema and
is rejected — the silent swallow, demonstrated on the repo's own fixture.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XpTx2tbq3pZRYAdoGt6E6Y_provenance fixture the blanket sweep was hiding1 parent eeccde6 commit bce0733
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
281 | 286 | | |
282 | 287 | | |
283 | 288 | | |
| |||
0 commit comments