Commit 4bc5d87
fix(test): DraftServiceTest missing required columns (never ran in CI)
Adding the test to the suite revealed it had never actually executed — its
object creates omit required NOT NULL columns:
- KytePage create (setUp + cross-account test) missing `s3key`
- Function create missing `type`
(The KyteScript create already included s3key — just the page/function ones
were overlooked.) Pure test fixes; the DraftService prod code is unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6f274cb commit 4bc5d87
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | | - | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
0 commit comments