Commit 17c95d2e authored by George Tziavas's avatar George Tziavas
Browse files

After updating the model 2 new Logical Sprecs were added for bootstraping and...

After updating the model 2 new Logical Sprecs were added for bootstraping and tests were not updated
Now ResourceSpecificationApiControllerTest is paasing all tests
parent 6029af03
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ public class ResourceSpecificationApiControllerTest {
                .andReturn().getResponse().getContentAsString();

        List<LogicalResourceSpecification> listResSpecsResponse = JsonUtils.toListOfJsonObj(listResSpecsResponseString, LogicalResourceSpecification.class);
        assertEquals(7, listResSpecsResponse.size());
        assertEquals(9, listResSpecsResponse.size());

        mvc.perform(MockMvcRequestBuilders.get("/resourceCatalogManagement/v4/resourceSpecification")
                        .contentType(MediaType.APPLICATION_JSON)