fixing the integration test issue due to qsg change

application-manager-new
inoshperera 7 years ago
parent f72b9390b2
commit f11b386493

@ -86,8 +86,8 @@ public class MobileQSGTestCase extends TestBase {
Constants.APPLICATION_JSON, accessTokenString); Constants.APPLICATION_JSON, accessTokenString);
HttpResponse response = appManagerRestClient.get(Constants.QSGManagement.GET_MOBILE_APPS_ENDPONT); HttpResponse response = appManagerRestClient.get(Constants.QSGManagement.GET_MOBILE_APPS_ENDPONT);
Assert.assertEquals(response.getResponseCode(), HttpStatus.SC_OK); Assert.assertEquals(response.getResponseCode(), HttpStatus.SC_OK);
Assert.assertTrue(response.getData().contains("Catalog"), Assert.assertTrue(response.getData().contains("NFC"),
"Catalog app addition through script is not successful"); "NFC app addition through script is not successful");
} }
@Test(description = "This test case tests the policy creation through qsg script", dependsOnMethods = {"executeQSGScript"}) @Test(description = "This test case tests the policy creation through qsg script", dependsOnMethods = {"executeQSGScript"})

Loading…
Cancel
Save