mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Fix openapi tests (#3549)
## About the changes
Update tests due to fixes introduced in
2da279b7fb
This PR removes the fixes from the exceptions' list
This commit is contained in:
parent
fe85b8dcbd
commit
c97294aee4
@ -100,7 +100,6 @@ const metaRules: Rule[] = [
|
||||
'contextFieldSchema',
|
||||
'createApiTokenSchema',
|
||||
'createFeatureSchema',
|
||||
'createFeatureStrategySchema',
|
||||
'createInvitedUserSchema',
|
||||
'createUserSchema',
|
||||
'emailSchema',
|
||||
@ -166,7 +165,6 @@ const metaRules: Rule[] = [
|
||||
'splashSchema',
|
||||
'stateSchema',
|
||||
'strategiesSchema',
|
||||
'strategySchema',
|
||||
'tagTypeSchema',
|
||||
'tagTypesSchema',
|
||||
'tagWithVersionSchema',
|
||||
@ -240,7 +238,6 @@ const metaRules: Rule[] = [
|
||||
'featureMetricsSchema',
|
||||
'featureSchema',
|
||||
'featuresSchema',
|
||||
'featureStrategySchema',
|
||||
'featureStrategySegmentSchema',
|
||||
'featureTypeSchema',
|
||||
'featureTypesSchema',
|
||||
@ -291,7 +288,6 @@ const metaRules: Rule[] = [
|
||||
'splashSchema',
|
||||
'stateSchema',
|
||||
'strategiesSchema',
|
||||
'strategySchema',
|
||||
'tagTypeSchema',
|
||||
'tagTypesSchema',
|
||||
'tagWithVersionSchema',
|
||||
|
@ -7,7 +7,11 @@ const OPENAPI_TAGS = [
|
||||
description:
|
||||
'Create, update, and delete [Unleash addons](https://docs.getunleash.io/addons).',
|
||||
},
|
||||
{ name: 'Admin UI', description: 'Configure the Unleash Admin UI.' },
|
||||
{
|
||||
name: 'Admin UI',
|
||||
description:
|
||||
'Configure the Unleash Admin UI. Why did you enable an experimental feature?',
|
||||
},
|
||||
{
|
||||
name: 'API tokens',
|
||||
description:
|
||||
|
@ -9618,7 +9618,7 @@ If the provided project does not exist, the list of events will be empty.",
|
||||
"name": "Addons",
|
||||
},
|
||||
{
|
||||
"description": "Configure the Unleash Admin UI.",
|
||||
"description": "Configure the Unleash Admin UI. Why did you enable an experimental feature?",
|
||||
"name": "Admin UI",
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user