Andon Mitev
Andon Mitev
Versions: "supertest": "6.0.1", Code example: ``` it('should fail getting all users, reason role = user', async () => { const authHeaders = {Authorization: 'test'} await request(app) .get('/user/all') .set(authHeaders) .expect(({ headers...
Supertest is not setting headers. Here is the code: it('should fail getting all users, reason role = user', async () => { const data = await request(app) .get('/user/all') .set('Authorization', token)...
# :books: [Linear Ticket](https://linear.app/liquality/issue/LIQ-1492/in-case-user-balance-is-less-than-min-balance-during-swap-then-correct) :books: # :books: [Linear Ticket](https://linear.app/liquality/issue/LIQ-1489/gettoken-button-and-message-isnt-displayed-even-when-user-has) :books:
# :books: [Linear Ticket](https://linear.app/liquality/issue/LIQ-647/multi-account-when-adding-the-multiple-accounts-for-terra-same-account) :books:
# :books: https://linear.app/liquality/issue/LIQ-578/add-message-for-editing-token-symbol-luna-while-adding-the-token-for :books:
Task: https://linear.app/liquality/issue/LIQ-111/users-reporting-sender-account-does-not-exist: 
I have created a new react-native-project, version: "react-native": "0.69.5", using expo. When I execute steps from the documentation from wallet Section: [Wallet Connect - Wallet React Native](https://docs.walletconnect.com/quick-start/wallets/react-native) My application is...
### Current behavior App is not compiling when running on Android ### Expected behavior App to compile when running on Android ### Reproduction dsadsa ### Platform - [X] Android -...
Hello I'm wondering if this package is the right one for my case. I'm creating a Platform that allow users to download .exe files, then i want to create custom...