diff --git a/source/java/org/alfresco/repo/importer/ImporterComponentTest.java b/source/java/org/alfresco/repo/importer/ImporterComponentTest.java index 9ad809e366..f967a46486 100644 --- a/source/java/org/alfresco/repo/importer/ImporterComponentTest.java +++ b/source/java/org/alfresco/repo/importer/ImporterComponentTest.java @@ -44,7 +44,7 @@ public class ImporterComponentTest extends BaseSpringTest nodeService = (NodeService)applicationContext.getBean(ServiceRegistry.NODE_SERVICE.getLocalName()); importerService = (ImporterService)applicationContext.getBean(ServiceRegistry.IMPORTER_SERVICE.getLocalName()); - importerBootstrap = (ImporterBootstrap)applicationContext.getBean("importerBootstrap"); + importerBootstrap = (ImporterBootstrap)applicationContext.getBean("spacesBootstrap"); this.authenticationComponent = (AuthenticationComponent)this.applicationContext.getBean("authenticationComponent");