Commit 5768ff5
fix: make workflow mutator property lookup case-insensitive; fix REST visitor test
SetProperty and SetActivityProperty now normalize the prop argument to
lowercase so callers using legacy uppercase strings ("PAGE", "OVERVIEW_PAGE",
etc.) continue to work. Update visitor_rest_test.go to expect lowercase
HTTP method from the REST visitor ("get" not "GET").
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c6a8928 commit 5768ff5
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments