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 6e74925da4
commit 9ae5cce4c9

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