lamchakchan / RestAssured.Net

A simple testing suite for REST based interfaces
Apache License 2.0
117 stars 48 forks source link

Test method threw Exception: (image/jpeg) not supported #17

Open ghost opened 7 years ago

ghost commented 7 years ago

When I write unit test to download a file .jpg, Rest Assurured throw System.Exception: (image/jpeg) not supported. How I can write unit test to download file excel or image with Rest Assured? Thanks for helping