praekeltfoundation / vumi-jssandbox-toolkit

Vumi JavaScript Sandbox toolkit.
BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Validate headers on fixtures #227

Open imsickofmaps opened 9 years ago

imsickofmaps commented 9 years ago

Currently any fixture HTTP header problems are ignored because they are not validated. For example: 'Authorization': 'Token blah' would not get caught (it should be 'Authorization': ['Token blah'])

hodgestar commented 9 years ago

Ready for review.

justinvdm commented 9 years ago

:+1: