ColtonProvias / sqlalchemy-jsonapi

JSONAPI implementation for use with SQLAlchemy
MIT License
71 stars 27 forks source link

Add test to verify that an invalid json payload results in a BadRequestError #59

Closed kaitj91 closed 7 years ago

kaitj91 commented 7 years ago

This is a single test that verifies that sending a request with an invalid json payload results in a BadRequestError. This test added one more line of code coverage.

rockstar commented 7 years ago

👍