Add initial configurations + basic test for ETSI NFVO NS LCM CSIT Tests
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / sdc-simulator / src / test / java / org / onap / so / sdcsimulator / controller / CatalogControllerTest.java
index e3d040d..e5a6e7f 100644 (file)
@@ -102,7 +102,7 @@ public class CatalogControllerTest {
 
         assertEquals(HttpStatus.OK, response.getStatusCode());
         assertTrue(response.hasBody());
 
         assertEquals(HttpStatus.OK, response.getStatusCode());
         assertTrue(response.hasBody());
-        assertEquals(147743, response.getBody().length);
+        assertEquals(147255, response.getBody().length);
 
     }
 
 
     }