Commit ddc7f53
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 497bc87 commit ddc7f53
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments