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`] = `
|
||||
{
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string",
|
||||
},
|
||||
"id": {
|
||||
"format": "uuid",
|
||||
"type": "string",
|
||||
@@ -11,6 +14,9 @@ exports[`ApiToken model > jsonSchema should have correct validations 1`] = `
|
||||
"minLength": 32,
|
||||
"type": "string",
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string",
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user