Commit 0c79d90
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 a93f979 commit 0c79d90
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