sonar bug, Change the assertion arguments to not compare a primitive value with null 90/129690/1
authorGanesh <ganesh.c@samsung.com>
Mon, 27 Jun 2022 10:36:36 +0000 (16:06 +0530)
committerGanesh <ganesh.c@samsung.com>
Mon, 27 Jun 2022 10:36:43 +0000 (16:06 +0530)
Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I72e255d016d3c08ceb6c075cfc6b9e710e5acfa0
Issue-ID: SO-3966

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);
     }
 }