From fc26a070147d53d981f3884adf1bb1719afa61f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20No=C3=ABl?= Date: Sat, 19 Nov 2022 01:04:54 +0100 Subject: [PATCH] add schema in api.js file --- test/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/api.js b/test/api.js index 572e8e0df8..e3341236e7 100644 --- a/test/api.js +++ b/test/api.js @@ -20,6 +20,7 @@ const databases = { database: 'strapi_test', username: 'strapi', password: 'strapi', + schema: 'myschema', }, }, mysql: {