#2871 and #2868. Included ticket filter unit test

This commit is contained in:
Joan Sanchez 2021-03-30 11:20:26 +02:00
parent eddd769af0
commit e2a9a64f88
3 changed files with 7846 additions and 5817 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
const app = require('vn-loopback/server/server');
// #2868 Excluded until database export
xdescribe('ticket filter()', () => {
describe('ticket filter()', () => {
it('should return the tickets matching the filter', async() => {
const ctx = {req: {accessToken: {userId: 9}}, args: {}};
const filter = {order: 'id DESC'};