redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.82k stars 128 forks source link

Disable content_type checking in OFRAK Server testing code. #382

Closed whyitfor closed 10 months ago

whyitfor commented 10 months ago

These changes avoid unhelpful content-type errors in OFRAK testing code. They do not impact test functionality.

One sentence summary of this PR (This should go in the CHANGELOG!) Update testing code to avoid unhelpful warnings on unexpected JSON content type.

Link to Related Issue(s) N/A.

Please describe the changes in your request. Testing code ignores these warnings to focus on actual test content.

Anyone you think should look at this, specifically? @EdwardLarson

whyitfor commented 9 months ago

@EdwardLarson, @dannyp303 I wonder if this change is actually needed, given #384?