1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/src/lib/openapi/spec/__snapshots__/client-metrics-schema.test.ts.snap
2022-09-06 13:22:41 +02:00

19 lines
450 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`clientMetricsSchema should fail when required field is missing 1`] = `
{
"errors": [
{
"instancePath": "/bucket",
"keyword": "required",
"message": "must have required property 'stop'",
"params": {
"missingProperty": "stop",
},
"schemaPath": "#/properties/bucket/required",
},
],
"schema": "#/components/schemas/clientMetricsSchema",
}
`;