fix(): update Integration test enabling index when not necessary (#13904)

* fix(): update Integration test enabling index when not necessary

* fix
This commit is contained in:
Adrien de Peretti
2025-10-31 15:51:26 +01:00
committed by GitHub
parent 0fd9f27ca5
commit 4e5b318583
2 changed files with 0 additions and 7 deletions
@@ -188,7 +188,6 @@ module.exports = defineConfig({
{
key: "brand",
resolve: "src/modules/brand",
disable: process.env.ENABLE_INDEX_MODULE !== "true",
},
],
})