#2052 client.dms test fails fixed
gitea/salix/puppeteer There was a failure building this commit
Details
gitea/salix/puppeteer There was a failure building this commit
Details
This commit is contained in:
parent
4309720286
commit
5e153a7887
|
@ -3,8 +3,7 @@ const app = require('vn-loopback/server/server');
|
||||||
describe('dms downloadFile()', () => {
|
describe('dms downloadFile()', () => {
|
||||||
let dmsId = 1;
|
let dmsId = 1;
|
||||||
|
|
||||||
// #2052 client.dms test fails
|
it('should return a response for an employee with text content-type', async() => {
|
||||||
xit('should return a response for an employee with text content-type', async() => {
|
|
||||||
let workerId = 107;
|
let workerId = 107;
|
||||||
let ctx = {req: {accessToken: {userId: workerId}}};
|
let ctx = {req: {accessToken: {userId: workerId}}};
|
||||||
const result = await app.models.Dms.downloadFile(ctx, dmsId);
|
const result = await app.models.Dms.downloadFile(ctx, dmsId);
|
||||||
|
|
Loading…
Reference in New Issue