fix: Update api token snapshot for model tests

This commit is contained in:
Faruk AYDIN
2025-04-09 11:53:54 +02:00
parent 1162a52605
commit 6f39be7039

View File

@@ -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",
}