fix: correct comment about array merge strategy in test

Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>
This commit is contained in:
Aditya Menon 2026-01-17 08:09:29 +05:30
parent 17cadf2a8c
commit 149428896d
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Test for issue #2353: Environment values should replace default arrays entirely
#
# This tests that ArrayMergeStrategyReplace is correctly used in GetMergedValues()
# when merging environment Defaults with environment Values.
# This tests that the default array-merge behavior in GetMergedValues() correctly
# replaces arrays via auto-detection (complete arrays without nils replace entirely).
#
# Expected behavior:
# - default values define: myList: [default1, default2, default3]