Enable mock redis for integration tests
This commit is contained in:
parent
32a026eea7
commit
5b12e2a633
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue