Commit 7212b02
committed
fix: drop interceptors:[] from vended cdk test fixture
The vended CDK project at src/assets/cdk/ runs against whichever
@aws/agentcore-cdk version the user installs from npm. Until the CDK
PR merges and publishes a new alpha, the registry version doesn't
declare `interceptors` on the project spec type — so the e2e job
fails with TS2353 when building the vended cdk/ project.
Drop the explicit `interceptors: []` from the test object literal.
Zod's default fills in `[]` at parse time when the new CDK ships, and
the field's absence is harmless in the meantime. The synth assertion
itself doesn't care about interceptors at all.
Snapshot updated to match.1 parent e84fabe commit 7212b02
2 files changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | 407 | | |
409 | 408 | | |
410 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments