We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0104346 commit 4e78c11Copy full SHA for 4e78c11
1 file changed
modules/common/src/test/java/com/ibm/cloud/cloudant/internal/ErrorTransformInterceptorTest.java
@@ -340,7 +340,7 @@ void runTest(Interceptor interceptor) throws IOException {
340
} else {
341
// If we aren't asserting a specific part of augment check the body is unchanged
342
if ("HEAD" == r.request().method()) {
343
- assertNull(r.body());
+ assertEquals(r.body(), ResponseBody.EMPTY);
344
345
assertEquals(r.body().string(), responseBody);
346
}
0 commit comments