Commit 2667b76
test(config): assert DD_APPSEC_AGENTIC_ONBOARDING in v5 appsec config (#9489)
The v5-only "should give priority to non-experimental options" test does a
strict deepStrictEqual on config.appsec. PR #9486 added
DD_APPSEC_AGENTIC_ONBOARDING as a namespace:"appsec" entry (default ""),
which populates config.appsec for all majors, but that test was gated on
DD_MAJOR < 6 and therefore skipped in master (v6/v7) CI. It only runs in
the v5 release pipeline, where the missing key broke the assertion.
Add the always-present key to the expected object.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ed4b5d9 commit 2667b76
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2804 | 2804 | | |
2805 | 2805 | | |
2806 | 2806 | | |
| 2807 | + | |
2807 | 2808 | | |
2808 | 2809 | | |
2809 | 2810 | | |
| |||
0 commit comments