Make sharing test use correct user to setCollaboratorInfo

GitOrigin-RevId: 02b35facff478ccf269fb472eba271cbf8473d46
This commit is contained in:
Andrew Rumble
2025-09-18 14:11:33 +01:00
committed by Copybot
parent 0abbc48b2f
commit 3cd9ded7c8

View File

@@ -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' }