diff --git a/services/web/test/unit/src/Collaborators/CollaboratorsInviteGetterTests.js b/services/web/test/unit/src/Collaborators/CollaboratorsInviteGetterTests.js index ee2255faa7..f031868c69 100644 --- a/services/web/test/unit/src/Collaborators/CollaboratorsInviteGetterTests.js +++ b/services/web/test/unit/src/Collaborators/CollaboratorsInviteGetterTests.js @@ -1,7 +1,7 @@ const sinon = require('sinon') const { expect } = require('chai') const SandboxedModule = require('sandboxed-module') -const { ObjectId } = require('mongodb') +const { ObjectId } = require('mongodb-legacy') const Crypto = require('crypto') const MODULE_PATH =