mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`apiTokenSchema empty 1`] = `
|
|
{
|
|
"errors": [
|
|
{
|
|
"instancePath": "",
|
|
"keyword": "required",
|
|
"message": "must have required property 'username'",
|
|
"params": {
|
|
"missingProperty": "username",
|
|
},
|
|
"schemaPath": "#/required",
|
|
},
|
|
],
|
|
"schema": "#/components/schemas/apiTokenSchema",
|
|
}
|
|
`;
|