You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(aws): Add comprehensive null value handling tests for label sanitization
Add thorough test coverage for null value scenarios specifically addressing
the PR comment: "when the item is "item": null is the aws tag silently dropped?"
New test coverage includes:
- Null values in various combinations (single, multiple, all null)
- Null keys handling (actual null keys, not string "null")
- Mixed null keys and values scenarios
- Verification that logging occurs (not silent dropping)
- Edge cases with empty strings that become null after sanitization
Tests verify both functional behavior (correct dropping) and UX improvement
(explicit logging instead of silent dropping).
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Co-authored-by: adamrtalbot <[email protected]>
Signed-off-by: Edmund Miller <[email protected]>
0 commit comments