Skip to content

Commit f8a4cca

Browse files
author
Joakim Nordling
committed
Update snapshots
1 parent 3aa7c38 commit f8a4cca

9 files changed

Lines changed: 9 additions & 9 deletions

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[date-as-month].1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"date1"
1111
],
12-
"msg": "Input should be a valid date, in RFC3339 'full-date' format",
12+
"msg": "Input should be a valid date, in RFC 3339 'full-date' format",
1313
"type": "date_from_datetime_parsing"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[date-as-unixtimestamp-day].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"date1"
1111
],
12-
"msg": "Input should be a valid date, input is not a string",
12+
"msg": "Input should be a valid date in RFC 3339 'full-date' format, input is not a string",
1313
"type": "date_type"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[date-as-unixtimestamp-offset0].1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"date1"
1111
],
12-
"msg": "Input should be a valid date, input is not a string",
12+
"msg": "Input should be a valid date in RFC 3339 'full-date' format, input is not a string",
1313
"type": "date_type"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[date-as-unixtimestamp-offset1].1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"date1"
1111
],
12-
"msg": "Input should be a valid date, in RFC3339 'full-date' format",
12+
"msg": "Input should be a valid date, in RFC 3339 'full-date' format",
1313
"type": "date_from_datetime_parsing"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[date-as-unixtimestamp-str-day].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"date1"
1111
],
12-
"msg": "Input should be a valid date, in RFC3339 'full-date' format",
12+
"msg": "Input should be a valid date, in RFC 3339 'full-date' format",
1313
"type": "date_from_datetime_parsing"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[datetime-as-unixtimestamp-day].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"datetime1"
1111
],
12-
"msg": "Input should be a valid datetime, input is not a string",
12+
"msg": "Input should be a valid datetime in RFC 3339 format, input is not a string",
1313
"type": "datetime_type"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[datetime-as-unixtimestamp-offset].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"body",
1010
"datetime1"
1111
],
12-
"msg": "Input should be a valid datetime, input is not a string",
12+
"msg": "Input should be a valid datetime in RFC 3339 format, input is not a string",
1313
"type": "datetime_type"
1414
}
1515
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[list-dt-as-unixtimestamp-day].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"listDatetime",
1111
0
1212
],
13-
"msg": "Input should be a valid datetime, input is not a string",
13+
"msg": "Input should be a valid datetime in RFC 3339 format, input is not a string",
1414
"type": "datetime_type"
1515
}
1616
]

openapi_to_fastapi/tests/__snapshots__/test_router/test_validation[list-dt-as-unixtimestamp-offset].json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"listDatetime",
1111
0
1212
],
13-
"msg": "Input should be a valid datetime, input is not a string",
13+
"msg": "Input should be a valid datetime in RFC 3339 format, input is not a string",
1414
"type": "datetime_type"
1515
}
1616
]

0 commit comments

Comments
 (0)