fix tests

This commit is contained in:
Hongbo Wu
2024-01-25 17:48:13 +08:00
parent 52419c39da
commit ecbf402266
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export const mochaGlobalSetup = async () => {
await createTestConnection()
console.log('db connection created')
if (env.redis.url) {
if (env.redis.cache.url) {
await redisDataSource.initialize()
console.log('redis connection created')
}