Skip to content

Commit

Permalink
fixing the integration test issue due to qsg change
Browse files Browse the repository at this point in the history
  • Loading branch information
inoshperera committed Jul 12, 2017
1 parent f72b939 commit f11b386
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public void testMobileApp() throws Exception {
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"})
Expand Down

0 comments on commit f11b386

Please sign in to comment.