Merge pull request #1151 from inoshperera/master

fixing the integration test issue due to qsg change
application-manager-new
sumedharubasinghe 7 years ago committed by GitHub
commit 1086104ffe

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

Loading…
Cancel
Save