mangeshsambare

Results 3 comments of mangeshsambare

@Jiachen-Zhang Thanks for your help. I gone through your code. In your test case you set body empty string. `server.enqueue(new MockResponse().setResponseCode(202).setBody(""));` Instead of empty body just try `null` means `Void`....

@zunjae Did you pull & solved this issue? If you have solved then let me know the procedure. I am newbie here. So don't know about too much on github....