Updated unit test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-06-10 13:57:32 +02:00
parent 461fec7e64
commit 5edfc59d97
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const app = require('vn-loopback/server/server');
fdescribe('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'};