hoodiehq-archive/my-first-hoodie

[next] tests failing on something-tracker branch

Closed this issue · 1 comments

gr2m commented

The tests are passing locally, but fail on Travis. The reason is a bug in Firefox, which sends a media parameter with the Content-Type header, which makes it an invalid JSON API request so that hapi-json-api fails. I’ve started a PR to work around that: kjellmorten/hapi-json-api#12

gr2m commented

worked around all this by running tests on saucelabs/chrome: 67e8b21