1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00

feat: features overwrite warning

This commit is contained in:
kwasniew 2023-08-21 10:30:49 +02:00
parent d23d7913fd
commit 6267201e9a
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -856,11 +856,6 @@ test('validate import data', async () => {
'The following features will not be imported as they are currently archived. To import them, please unarchive them first:',
affectedItems: [defaultFeature],
},
{
message:
'The following features already exist in this project and will be overwritten:',
affectedItems: ['first_feature'],
},
],
permissions: [],
});