diff --git a/services/web/test/acceptance/src/SharingTests.mjs b/services/web/test/acceptance/src/SharingTests.mjs index d70c47aad6..3d3306a068 100644 --- a/services/web/test/acceptance/src/SharingTests.mjs +++ b/services/web/test/acceptance/src/SharingTests.mjs @@ -77,7 +77,7 @@ describe('Sharing', function () { it('validates the privilege level', async function () { await expect( - this.collaboratorSession.setCollaboratorInfo( + this.ownerSession.setCollaboratorInfo( this.projectId, this.collaborator._id, { privilegeLevel: 'superpowers' }