[APPSEC-61865] Change expected payload keys to normalized format#5799
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: abbf377e5f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
ivoanjo
left a comment
There was a problem hiding this comment.
👍 Might be good to link to the other PRs that change this on the lambda/etc side so we could match them up :)
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 66cf7a3 | Docs | Datadog PR Page | Give us feedback! |
abbf377 to
66cf7a3
Compare
BenchmarksBenchmark execution time: 2026-05-21 11:58:02 Comparing candidate commit 66cf7a3 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 46 metrics, 0 unstable metrics.
|
What does this PR do?
Update camel case keys to snake case for upcoming normalization fix
Motivation:
This was overlooked and as it's not used now, I decided to fix it properly on both sides Lambda and AppSec
Change log entry
None.
Additional Notes:
Fixed in Lambda too DataDog/datadog-lambda-rb#144
How to test the change?
CI