From e553467d558e0ab4d629cd83f0b51e099afea430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20No=C3=ABl?= Date: Thu, 27 Aug 2020 14:17:16 +0200 Subject: [PATCH] refacto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Noël --- .../test/content-type-api.test.e2e.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/strapi-plugin-content-manager/test/content-type-api.test.e2e.js b/packages/strapi-plugin-content-manager/test/content-type-api.test.e2e.js index e2fecc1bf4..5d6b64d0e9 100644 --- a/packages/strapi-plugin-content-manager/test/content-type-api.test.e2e.js +++ b/packages/strapi-plugin-content-manager/test/content-type-api.test.e2e.js @@ -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);