mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
This commit is contained in:
@@ -44,7 +44,7 @@ describe('UserRepository', () => {
|
||||
test('should create personal project for a user', async () => {
|
||||
const { user, project } = await userRepository.createUserWithProject({
|
||||
email: randomEmail(),
|
||||
role: { slug: 'global:member' },
|
||||
role: 'global:member',
|
||||
});
|
||||
|
||||
const projectRelation = await Container.get(ProjectRelationRepository).findOneOrFail({
|
||||
|
||||
Reference in New Issue
Block a user