fix: add missing setPrincipalPermission mock in portability tests
The access service mock was missing the setPrincipalPermission function, causing 5 test failures in the import flow. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
888179f7f0
commit
581a654748
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ const accessSvc = {
|
||||||
ensureMembership: vi.fn(),
|
ensureMembership: vi.fn(),
|
||||||
listActiveUserMemberships: vi.fn(),
|
listActiveUserMemberships: vi.fn(),
|
||||||
copyActiveUserMemberships: vi.fn(),
|
copyActiveUserMemberships: vi.fn(),
|
||||||
|
setPrincipalPermission: vi.fn(),
|
||||||
};
|
};
|
||||||
|
|
||||||
const projectSvc = {
|
const projectSvc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue