mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: remove unused permissions
This commit is contained in:
		
							parent
							
								
									f032445d3d
								
							
						
					
					
						commit
						645621a0df
					
				@ -346,13 +346,7 @@ test('should require name when create default roles to project', async () => {
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
test('should grant user access to project', async () => {
 | 
			
		||||
    const {
 | 
			
		||||
        DELETE_PROJECT,
 | 
			
		||||
        UPDATE_PROJECT,
 | 
			
		||||
        CREATE_FEATURE,
 | 
			
		||||
        UPDATE_FEATURE,
 | 
			
		||||
        DELETE_FEATURE,
 | 
			
		||||
    } = permissions;
 | 
			
		||||
    const { DELETE_PROJECT, UPDATE_PROJECT } = permissions;
 | 
			
		||||
    const project = 'another-project';
 | 
			
		||||
    const user = editorUser;
 | 
			
		||||
    const sUser = await createUserViewerAccess(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user