1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +01:00

fix: remove unused permissions

This commit is contained in:
Fredrik Oseberg 2022-01-05 09:46:31 +01:00 committed by Ivar Conradi Østhus
parent f032445d3d
commit 645621a0df
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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(