Commit 8f1ee5b
Fix: Update field trigger unit test to validate on state type. (#3982)
## Summary
Field triggers apply to the state type, since they are applied after
`PrepareState`. They do not apply on the input config schema. This was
not a problem until now because both state and config were the same.
That's not the case, however, for secret scopes. Created a separate PR
because of the prompt in:
#3886 (comment)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent c938e46 commit 8f1ee5b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
0 commit comments