mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +00:00
refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
This commit is contained in:
parent
09ae61ffab
commit
e553467d55
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user