1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Enable mock redis for integration tests

This commit is contained in:
Rory Powell 2023-02-21 10:52:11 +00:00
parent bd16f3a55d
commit 0c838196e4

View file

@ -19,6 +19,7 @@ process.env.COUCH_DB_USER = "budibase"
process.env.COUCH_DB_PASSWORD = "budibase"
process.env.INTERNAL_API_KEY = "budibase"
process.env.ALLOW_DEV_AUTOMATIONS = 1
process.env.MOCK_REDIS = 1
// Stop info logs polluting test outputs
process.env.LOG_LEVEL = "error"