eric-at-nocoast/zendesk-node-api

Test Suite failing

dashedstripes opened this issue · 2 comments

I'm aware that the Travis CI keeps failing for pull requests, I (or anyone that would like to help out) will look at why this keeps happening as it seems to be very inconsistent. I'm 99% sure it's an issue with however I made the tests and test environment to begin with.

So after a bit of playing around it seems that the tests fail because the instance of zendesk that travis uses to run the tests has had it's config changed, meaning that the field ids are all different, therefore breaking the tests.

I'll update travis and see if there are still issues...

I've resolved the issue by passing the instance details to travis and providing the correct ids for my test instance.

Closing the issue.