fix unit tests

This commit is contained in:
Brian Gough 2021-04-29 09:27:25 +01:00
parent bf26b7d596
commit 46da33a67e

View file

@ -51,6 +51,9 @@ describe('index', function () {
requires: {
ioredis: this.ioredis,
},
globals: {
process: process,
},
})
return (this.auth_pass = '1234 pass')
})