Fix email test for i18n

This commit is contained in:
Nick O'Leary 2015-07-22 12:36:19 +01:00
parent 3e4cb4ea1d
commit ae469e8a72
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ describe('email Node', function() {
//console.log(logEvents);
//logEvents.should.have.length(3);
logEvents[0][0].should.have.a.property('msg');
logEvents[0][0].msg.toString().should.startWith("Error: connect ECONNREFUSED");
logEvents[0][0].msg.toString().should.startWith("email.errors.nouserid");
done();
}
catch(e) { done(e); }