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

fix: test in main (#3526)

## About the changes
Due to some merge conflict some open API specs marked as exceptions are
no longer exceptions
This commit is contained in:
Gastón Fournier 2023-04-14 14:30:11 +02:00 committed by GitHub
parent ebd00a9de3
commit 9105f31e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,6 @@ const metaRules: Rule[] = [
'featuresSchema', 'featuresSchema',
'featureStrategySchema', 'featureStrategySchema',
'featureStrategySegmentSchema', 'featureStrategySegmentSchema',
'featureTagSchema',
'featureTypeSchema', 'featureTypeSchema',
'featureTypesSchema', 'featureTypesSchema',
'featureUsageSchema', 'featureUsageSchema',
@ -172,9 +171,6 @@ const metaRules: Rule[] = [
'stateSchema', 'stateSchema',
'strategiesSchema', 'strategiesSchema',
'strategySchema', 'strategySchema',
'tagsBulkAddSchema',
'tagSchema',
'tagsSchema',
'tagTypeSchema', 'tagTypeSchema',
'tagTypesSchema', 'tagTypesSchema',
'tagWithVersionSchema', 'tagWithVersionSchema',
@ -185,7 +181,6 @@ const metaRules: Rule[] = [
'updateFeatureStrategySchema', 'updateFeatureStrategySchema',
'updateTagTypeSchema', 'updateTagTypeSchema',
'updateUserSchema', 'updateUserSchema',
'updateTagsSchema',
'upsertContextFieldSchema', 'upsertContextFieldSchema',
'upsertSegmentSchema', 'upsertSegmentSchema',
'upsertStrategySchema', 'upsertStrategySchema',