julianduque / node-elasticemail

Elasticemail Node.js Module
4 stars 6 forks source link

Hock testing #4

Closed crh3675 closed 8 years ago

crh3675 commented 10 years ago

I am trying to add some testing for attachments and add in the missing SMS functionality but when I make test, this error gets thrown:

     Uncaught Error: No Match For: POST /mailer/send?username=user-test&api_key=api-key-test&from=Test%20user&from_email=test%40email.com&to=my%40email.com

It seems hock doesn't like the querystring variables appended to the POST request. May have to refactor those tests.

julianduque commented 8 years ago

Changed from Hock to Nock