test: fix User test for custom token generator

This commit is contained in:
Miroslav Bajtoš 2018-11-26 11:22:53 +01:00
parent 2a78d953d9
commit 9647294f7c
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ describe('User', function() {
from: 'noreply@myapp.org',
redirect: '/',
protocol: ctx.req.protocol,
host: ctx.req.get('host'),
host: 'lb.io', // use a short hostname to avoid a line break
generateVerificationToken: function(user, cb) {
assert(user);
assert.equal(user.email, 'bar@bat.com');