Skip to content

Commit

Permalink
fix: mise a jour du snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomarom committed Dec 17, 2024
1 parent 2b3404e commit 7ca03be
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,25 @@ exports[`validation-schema > should create validation schema for effectifs > eff
},
],
},
"missionLocale": {
"anyOf": [
{
"additionalProperties": false,
"bsonType": "object",
"properties": {
"id": {
"bsonType": "string",
},
},
"required": [
"id",
],
},
{
"bsonType": "null",
},
],
},
"organisme": {
"anyOf": [
{
Expand Down Expand Up @@ -2700,6 +2719,25 @@ exports[`validation-schema > should create validation schema for effectifsArchiv
},
],
},
"missionLocale": {
"anyOf": [
{
"additionalProperties": false,
"bsonType": "object",
"properties": {
"id": {
"bsonType": "string",
},
},
"required": [
"id",
],
},
{
"bsonType": "null",
},
],
},
"organisme": {
"anyOf": [
{
Expand Down

0 comments on commit 7ca03be

Please sign in to comment.