You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(rpc-client): update tests for correct response structure
Update test expectations to match the actual server response structure
where `data` is a direct property of the response, not nested under
`actionsRpcResponse`.
Changes:
- Access response.data directly instead of response.actionsRpcResponse
- Add explicit assertions for response data content
- Rename test to clarify array data handling
- Add comments explaining response structure alignment with server
0 commit comments