mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix build failure
This commit is contained in:
@@ -347,6 +347,6 @@ public class RmAuthoritiesRestApiTest extends BaseRMWebScriptTestCase
|
||||
{
|
||||
String contentAsString = response.getContentAsString();
|
||||
assertNotNull(contentAsString);
|
||||
assertTrue(contentAsString.equals("{}"));
|
||||
assertTrue(contentAsString.contains("{}"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user