fix: refs #6436 fix filter test
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-06-14 09:04:18 +02:00
parent ee75068e9c
commit d3f23a6d7a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ describe('ticket filter()', () => {
try {
const options = {transaction: tx};
const ctx = {req: {accessToken: {userId: 9}}, args: {}};
const filter = {order: 'id DESC'};
const result = await models.Ticket.filter(ctx, filter, options);