mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Rebuild project roles to load from the database (#17909)
This commit is contained in:
committed by
GitHub
parent
ab7998b441
commit
f757790394
@@ -1092,7 +1092,7 @@ describe('DELETE /users/:id', () => {
|
||||
id: teamProject.id,
|
||||
projectRelations: {
|
||||
userId: transferee.id,
|
||||
role: 'project:editor',
|
||||
role: { slug: 'project:editor' },
|
||||
},
|
||||
}),
|
||||
).resolves.not.toBeNull(),
|
||||
|
||||
Reference in New Issue
Block a user