File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1095,14 +1095,14 @@ class TestPostRequest(PostEndpointTests):
1095
1095
"loc" : ["arguments" , "argument_as_float" ],
1096
1096
"msg" : "Field required" ,
1097
1097
"input" : {"noFieldInModel" : "foo bar" },
1098
- "url" : "https://errors.pydantic.dev/2.8 /v/missing" ,
1098
+ "url" : "https://errors.pydantic.dev/2.9 /v/missing" ,
1099
1099
},
1100
1100
{
1101
1101
"type" : "missing" ,
1102
1102
"loc" : ["parameters" ],
1103
1103
"msg" : "Field required" ,
1104
1104
"input" : {"arguments" : {"noFieldInModel" : "foo bar" }},
1105
- "url" : "https://errors.pydantic.dev/2.8 /v/missing" ,
1105
+ "url" : "https://errors.pydantic.dev/2.9 /v/missing" ,
1106
1106
},
1107
1107
]
1108
1108
}
@@ -1135,14 +1135,14 @@ class TestPostFitParameters(PostEndpointTests):
1135
1135
"loc" : ["arguments" , "argument_as_float" ],
1136
1136
"msg" : "Field required" ,
1137
1137
"input" : {"noFieldInModel" : "foo bar" },
1138
- "url" : "https://errors.pydantic.dev/2.8 /v/missing" ,
1138
+ "url" : "https://errors.pydantic.dev/2.9 /v/missing" ,
1139
1139
},
1140
1140
{
1141
1141
"type" : "missing" ,
1142
1142
"loc" : ["observations" ],
1143
1143
"msg" : "Field required" ,
1144
1144
"input" : {"arguments" : {"noFieldInModel" : "foo bar" }},
1145
- "url" : "https://errors.pydantic.dev/2.8 /v/missing" ,
1145
+ "url" : "https://errors.pydantic.dev/2.9 /v/missing" ,
1146
1146
},
1147
1147
]
1148
1148
}
You can’t perform that action at this time.
0 commit comments