fix: Update api token snapshot for model tests
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
exports[`ApiToken model > jsonSchema should have correct validations 1`] = `
|
exports[`ApiToken model > jsonSchema should have correct validations 1`] = `
|
||||||
{
|
{
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"createdAt": {
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"format": "uuid",
|
"format": "uuid",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -11,6 +14,9 @@ exports[`ApiToken model > jsonSchema should have correct validations 1`] = `
|
|||||||
"minLength": 32,
|
"minLength": 32,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
|
"updatedAt": {
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user