Corrected Error message

This commit is contained in:
meenal.bhave@alfresco.com
2019-09-19 18:14:26 +01:00
parent e37194952f
commit 3ae895405b
@@ -56,7 +56,7 @@ public class SearchServicesGSE2ETest extends AbstractGSE2ETest
response = queryAsUser(dataUser.getAdminUser(), queryModel);
restClient.assertStatusCodeIs(HttpStatus.OK);
Assert.assertEquals(response.getPagination().getCount(), 1, "Expected folder is not found: " + testFolder.getName());
Assert.assertEquals(response.getPagination().getCount(), 1, "Expected file is not found: " + NON_ELECTRONIC_FILE);
}
}