Files
hermes-agent/tests
teknium1 434e998956 test(webhook): regression tests for empty-secret hot-reload skip (#8306)
Five tests under TestDynamicRouteSecretValidation cover the cases the
salvage of #8306 fixes:

- empty 'secret' string with no global -> skipped
- missing 'secret' key with no global -> skipped
- missing 'secret' key WITH global -> falls back to global, admitted
- empty 'secret' string WITH global -> still skipped (dict.get returns ''
  when key is present and empty, NOT the default)
- 'INSECURE_NO_AUTH' as secret -> still admitted (explicit opt-in)
2026-05-20 23:50:21 -07:00
..