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
For a logged in user (got access key already), they should be able to create wallet under their account, by calling POST /wallets
Please write test to cover this workflow, it is okay to use postman or other to do the login and get the access token then do the post /wallets, but in the integration test, it is unnecessary to do it for real, just mock these outward request and focus on the internal business.
The text was updated successfully, but these errors were encountered:
dadiorchen
changed the title
Finish the integration test: login user create wallet
Finish the integration test: login and user create wallet
Feb 15, 2025
For a logged in user (got access key already), they should be able to create wallet under their account, by calling POST /wallets
Please write test to cover this workflow, it is okay to use postman or other to do the login and get the access token then do the post /wallets, but in the integration test, it is unnecessary to do it for real, just mock these outward request and focus on the internal business.
The text was updated successfully, but these errors were encountered: