diff --git a/services/web/test/frontend/features/file-tree/components/file-tree-create/context-props.js b/services/web/test/frontend/features/file-tree/components/file-tree-create/context-props.js index 1ebb180fbf..9e158a035d 100644 --- a/services/web/test/frontend/features/file-tree/components/file-tree-create/context-props.js +++ b/services/web/test/frontend/features/file-tree/components/file-tree-create/context-props.js @@ -4,7 +4,7 @@ export const contextProps = { projectId: 'test-project', hasWritePermissions: true, userHasFeature: () => true, - refProviders: {}, + refProviders: { mendeley: false, zotero: false }, reindexReferences: () => { console.log('reindex references') },