diff --git a/test/user.test.js b/test/user.test.js index 997030f5..4d7f2bfc 100644 --- a/test/user.test.js +++ b/test/user.test.js @@ -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');