fixes #4866 más detalle en faltas #1201

Merged
alexandre merged 14 commits from 4866-detalle-faltas into dev 2023-01-17 07:37:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0da90fdb4e - Show all commits

View File

@ -1,6 +1,6 @@
const models = require('vn-loopback/server/server').models;
fdescribe('ticket getCollection()', () => {
describe('ticket getCollection()', () => {
it('should return a list of collections', async() => {
let ctx = {req: {accessToken: {userId: 1107}}};
let response = await models.Collection.getCollection(ctx);