Commit 99e1fea
fix(feishu-auth): use correct 3rd return value from admin API GET in TEST 14
The test helper t() returns (code, message, body), so the GET response
body is the third return value. Using only two return values caused
json.decode to receive the message string instead of the JSON body,
resulting in nil dereference.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 19a8382 commit 99e1fea
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
| 660 | + | |
661 | 661 | | |
662 | | - | |
663 | | - | |
| 662 | + | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
0 commit comments