sonar issue, Change the assertion arguments to not compare dissimilar types 36/129736/1
authorGanesh <ganesh.c@samsung.com>
Fri, 1 Jul 2022 13:27:36 +0000 (18:57 +0530)
committerGanesh <ganesh.c@samsung.com>
Fri, 1 Jul 2022 13:27:42 +0000 (18:57 +0530)
Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: Ifbf028d3a987a6ece6951bd9c690c9f080713ee7
Issue-ID: SO-3966

graph-inventory/aai-client/src/test/java/org/onap/aaiclient/client/aai/AAIObjectTypeTest.java

index 12051fb..1696445 100644 (file)
@@ -3,6 +3,7 @@
  * ONAP - SO
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2022 Samsung Electronics
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -48,9 +49,6 @@ public class AAIObjectTypeTest {
         AAIObjectType genericVnf2 = AAIFluentTypeBuilder.network().genericVnf("test2").build();
 
         assertEquals(genericVnf2, genericVnf);
-
-        assertEquals(genericVnf, Types.GENERIC_VNF);
-
     }
 
     @Test