diff --git a/source/test-java/org/alfresco/rest/api/tests/TestCMIS.java b/source/test-java/org/alfresco/rest/api/tests/TestCMIS.java index 4a07524e33..9a8809f378 100644 --- a/source/test-java/org/alfresco/rest/api/tests/TestCMIS.java +++ b/source/test-java/org/alfresco/rest/api/tests/TestCMIS.java @@ -1779,7 +1779,7 @@ public class TestCMIS extends EnterpriseTestApi CmisSession cmisSession = publicApiClient.createPublicApiCMISSession(Binding.browser, "1.1", "org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl"); - ObjectType objectType = cmisSession.getTypeDefinition("D:my:maDoc"); + ObjectType objectType = cmisSession.getTypeDefinition("D:testcmis:maDoc"); // try and get the mandatory aspects List mandatoryAspects = ((AlfrescoType)objectType).getMandatoryAspects();