File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ def test_invalid_path_parameter(self) -> None:
128
128
).post ("/foo/not_a_number" , status = 400 )
129
129
assert res .json == [
130
130
{
131
- # TODO: used to be CastError, might have been fixed later
132
131
"exception" : "ParameterValidationError" ,
133
132
"message" : "Failed to cast value to integer type: not_a_number" ,
134
133
"field" : "bar" ,
@@ -396,7 +395,6 @@ def test_multiple_errors(self) -> None:
396
395
"field" : "bar" ,
397
396
},
398
397
{
399
- # TODO: used to be CastError, might have been fixed later
400
398
"exception" : "ParameterValidationError" ,
401
399
"message" : "Failed to cast value to integer type: abc" ,
402
400
"field" : "bar" ,
@@ -482,8 +480,6 @@ def test_lists(self) -> None:
482
480
{
483
481
"exception" : "RequestBodyValidationError" ,
484
482
"message" : "Failed to cast value to number type: not a number" ,
485
- # TODO: field is no longer emitted for the request body
486
- # "field": "foo/0/bam",
487
483
}
488
484
]
489
485
You can’t perform that action at this time.
0 commit comments