vlucas / frisby

Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.

Home Page:http://frisbyjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove contenttype header from request

roydekleijn opened this issue · comments

Hi,

For a specific test I need to remove the content-type from the request headers. I think it is not possible at the moment, is it ?

Roy

I think it is, please see #533

It looks like this is same as #533 , so to consolidate the discussion and efforts, I'm going to close this issue in preference of the previous issue.