diff --git a/frontend/src/component/feature/CreateFeature/CreateFeature.test.tsx b/frontend/src/component/feature/CreateFeature/CreateFeature.test.tsx index 17f8b6e785..d04588ba1c 100644 --- a/frontend/src/component/feature/CreateFeature/CreateFeature.test.tsx +++ b/frontend/src/component/feature/CreateFeature/CreateFeature.test.tsx @@ -26,10 +26,6 @@ describe('flag name validation', () => { const user = userEvent.setup(); const unfriendlyName = 'unfriendlyName####$#//'; const error = { - id: 'de15e702-e7c7-4083-9f31-384dea4da2e9', - name: 'BadDataError', - message: - 'Request validation failed: your request body or params contain invalid data. Refer to the `details` list for more information.', details: [ { message: `"name" must be URL friendly. You provided "${unfriendlyName}".`, @@ -60,9 +56,6 @@ describe('flag name validation', () => { test('it gives an error if a flag with that name already exists', async () => { const user = userEvent.setup(); const error = { - id: '07716b38-076c-4ab0-94c9-1a73663fec94', - name: 'NameExistsError', - message: 'A flag with that name already exists', details: [ { message: 'A flag with that name already exists',