Signed-off-by: Pierre Noël <petersg83@gmail.com>
This commit is contained in:
Pierre Noël 2020-08-27 14:17:16 +02:00
parent 09ae61ffab
commit e553467d55

View File

@ -684,6 +684,7 @@ describe('Content-Type API', () => {
body: product,
});
console.log('res.body', res.body);
expect(res.statusCode).toBe(200);
expect(res.body).toMatchObject(product);
data.productsWithCompoAndDP.push(res.body);