Skip to content

Commit

Permalink
Fix test error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jun 16, 2016
1 parent 6583f3a commit 0af8715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/computeengine/mailjet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ test.cb('should send an email', function (t) {
},
'nodemailer-smtp-transport': function (options) {
t.deepEqual(options, {
service: 'Mailjet',
host: 'in.mailjet.com',
port: 2525,
auth: {
user: 'foo',
pass: 'bar'
Expand Down

0 comments on commit 0af8715

Please sign in to comment.