feat: refs #6868 refs# 6868 handleUser
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-09-13 07:10:47 +02:00
parent 2d4e667009
commit e80fe1d0dc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const {models} = require('vn-loopback/server/server');
describe('Device handleUser()', () => {
const ctx = {req: {accessToken: {userId: 9}}};
fit('should return data from user', async() => {
it('should return data from user', async() => {
const androidId = 'androidid11234567890';
const deviceId = 1;
const nameApp = 'warehouse';