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

Fix main after OpenAPI fixes (#3530)

## About the changes
After fixing some OpenAPI descriptions:
6cc51b7ba0
this test needs to be updated
This commit is contained in:
Gastón Fournier 2023-04-17 10:34:29 +02:00 committed by GitHub
parent 472e277757
commit d9b6357281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,15 +89,13 @@ const metaRules: Rule[] = [
'applicationsSchema',
'batchFeaturesSchema',
'batchStaleSchema',
'bulkRegistrationSchema',
'bulkMetricsSchema',
'changePasswordSchema',
'clientApplicationSchema',
'clientFeatureSchema',
'clientFeaturesQuerySchema',
'clientFeaturesSchema',
'clientMetricsSchema',
'clientMetricsEnvSchema',
'bulkMetricsSchema',
'cloneFeatureSchema',
'contextFieldSchema',
'createApiTokenSchema',
@ -105,7 +103,6 @@ const metaRules: Rule[] = [
'createFeatureStrategySchema',
'createInvitedUserSchema',
'createUserSchema',
'edgeTokenSchema',
'emailSchema',
'environmentsSchema',
'environmentsProjectSchema',
@ -219,15 +216,12 @@ const metaRules: Rule[] = [
'applicationsSchema',
'batchFeaturesSchema',
'batchStaleSchema',
'bulkRegistrationSchema',
'bulkMetricsSchema',
'changePasswordSchema',
'clientApplicationSchema',
'clientFeatureSchema',
'clientFeaturesQuerySchema',
'clientFeaturesSchema',
'clientMetricsSchema',
'clientMetricsEnvSchema',
'cloneFeatureSchema',
'contextFieldSchema',
'contextFieldsSchema',
@ -237,7 +231,6 @@ const metaRules: Rule[] = [
'createInvitedUserSchema',
'createUserSchema',
'dateSchema',
'edgeTokenSchema',
'emailSchema',
'environmentsSchema',
'eventSchema',