cdent / gabbi

Declarative HTTP Testing for Python and anything else
http://gabbi.readthedocs.org/
Other
148 stars 34 forks source link

WIP: Fix JSON content-type matching #298

Closed FND closed 3 years ago

FND commented 3 years ago

this avoids false positives, notably application/jsonlines

fixes #296 - maybe?

I'm not sure this is the right approach either way, plus if we go the RegEx route, we should probably include +json$ too?

cdent commented 3 years ago

superseded by #302

thanks for making the ball roll