MM-763 : Renditions: Release MM 1.3.0-RC1 for ACS 6.1 (~ supported version)

- updated number of modules
This commit is contained in:
Lucian Tuca
2018-10-29 12:00:03 +02:00
parent 220e77e389
commit 8a818b5db3
@@ -80,7 +80,7 @@ public class DiscoveryTests extends RestTest
// Check that all installed modules are in INSTALLED state
List<String> modulesStates = restClient.onResponse().getResponse().jsonPath().getList("entry.repository.modules.installState", String.class);
assertEquals(Collections.frequency(modulesStates, "INSTALLED"), 10);
assertEquals(Collections.frequency(modulesStates, "INSTALLED"), 11);
}
@Test(groups = { TestGroup.REST_API, TestGroup.DISCOVERY, TestGroup.SANITY, TestGroup.CORE })