From ae469e8a72529c45f0a9431ff9f0a83248a9cac4 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 22 Jul 2015 12:36:19 +0100 Subject: [PATCH] Fix email test for i18n --- test/social/email/61-email_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/social/email/61-email_spec.js b/test/social/email/61-email_spec.js index 32c78661..411782d3 100644 --- a/test/social/email/61-email_spec.js +++ b/test/social/email/61-email_spec.js @@ -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); }