summaryrefslogtreecommitdiff
path: root/internal/tests/integration/missing_key_test.go
AgeCommit message (Collapse)Author
2024-01-17Add missing-key flag to manage behavior in case of non-existing key (#1949)Aleksandr Paramonov
* Add missing-key flag to manage behavior in case of non-existing key * Fix typo * Added integration tests, added "default" to the allowed values for the missing-key flag * Use the "error" value for the MissingKey if it passes as empty string * Remove unnecessary writeFile from test * Add docs for the missin key feature * Add invalid to the allowed values of missing-key option * Remove unnecesary code from tests * Fix failed tests and linter errors * Update docs/content/usage.md Co-authored-by: Dave Henderson <dhenderson@gmail.com> * Update feature description * Add missing dot --------- Co-authored-by: Aleksandr Paramonov <a.paramonov@corp.my.com> Co-authored-by: Dave Henderson <dhenderson@gmail.com>