Skip to content

Commit

Permalink
refactor(schema): fix wrong title
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Dec 14, 2023
1 parent dccf7eb commit e8201bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/schema/plugins/metrics-by-endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MetricsByEndpointPluginConfigSchema = Joi.object({
.description('Strip query strings from the endpoint name automatically.')
.default(false),
ignoreUnnamedRequests: artilleryBooleanOrString
.meta({ title: 'Strip Query String' })
.meta({ title: 'Ignore Unnamed Requests' })
.description(
'Ignore per-endpoint metrics for requests without a name property set.'
)
Expand Down

0 comments on commit e8201bf

Please sign in to comment.