parent
eddd769af0
commit
e2a9a64f88
File diff suppressed because one or more lines are too long
13566
db/dump/structure.sql
13566
db/dump/structure.sql
File diff suppressed because it is too large
Load Diff
|
@ -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'};
|
||||
|
|
Loading…
Reference in New Issue