Commit 6035c9b
committed
chore(create): revert pre-feature test placeholders + clarify integrity comment
Two PR review follow-ups:
- `discovery.spec.ts` (#3137604410, #3137608041): the `@acme-corp`
placeholder rename inadvertently touched pre-existing GitHub-URL
tests that have nothing to do with the `@org` feature. Revert those
four lines back to `acme-corp`; the new manifest-specific tests
below keep `@your-org`.
- `org-tarball.ts` (#3137690878): the `verifyIntegrity` comment
claimed "don't silently accept" but the unknown-format branch does
exactly that. Rewrite the comment to match reality — we skip
verification for unknown integrity formats because `sha512-<base64>`
is the universal case and erroring out on anything else would break
extracts for no benefit.1 parent bdba45d commit 6035c9b
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments