Commit d25852f
committed
fix: address Copilot code review comments
- Fix verifyResponse stub to use correct api module pattern
- Fix parameter validation test to properly test missing parameters
- Apply ES6 shorthand property syntax for signingKey
- Revert V4 HMAC logic as token usage is out of scope for this PR
Ticket: CAAS-7831 parent 5b04240 commit d25852f
File tree
3 files changed
+7
-10
lines changed- modules
- sdk-api
- src
- test/unit
- sdk-hmac/src
3 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1154 | 1154 | | |
1155 | 1155 | | |
1156 | 1156 | | |
1157 | | - | |
| 1157 | + | |
1158 | 1158 | | |
1159 | 1159 | | |
1160 | 1160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
| 625 | + | |
| 626 | + | |
631 | 627 | | |
632 | 628 | | |
633 | 629 | | |
| |||
767 | 763 | | |
768 | 764 | | |
769 | 765 | | |
770 | | - | |
| 766 | + | |
| 767 | + | |
771 | 768 | | |
772 | 769 | | |
773 | 770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments