sonar bug, Change the assertion arguments to not compare a primitive value with null
[so.git] / adapters / mso-sdnc-adapter / src / test / java / org / onap / so / adapters / sdnc / sdncrest / BPRestCallbackTest.java
index c1bbb9a..ab782d4 100644 (file)
@@ -48,7 +48,6 @@ public class BPRestCallbackTest extends BaseTest {
                         .withBody(response).withStatus(HttpStatus.SC_MULTIPLE_CHOICES)));
 
         boolean responseCommon = bpRestCallback.send("http://localhost:" + wireMockPort + "/sdnc", "Test");
-        assertNotNull(responseCommon);
         assertEquals(true, responseCommon);
     }
 }