For example ServiceBaseTest.testSendRequest_successPostRequest:93. It fails because the result contains \r\n whereas the expected value contains only \n. I assume it's because I'm on Windows. Not sure if the fix is to modify the expected value, or if there's some change needed in the API call?