mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 04:17:07 +00:00
update samples
This commit is contained in:
@@ -35,7 +35,8 @@ class TestErrorResponsesWithModel400Response(BaseModel):
|
||||
|
||||
model_config = {
|
||||
"populate_by_name": True,
|
||||
"validate_assignment": True
|
||||
"validate_assignment": True,
|
||||
"protected_namespaces": (),
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -35,7 +35,8 @@ class TestErrorResponsesWithModel404Response(BaseModel):
|
||||
|
||||
model_config = {
|
||||
"populate_by_name": True,
|
||||
"validate_assignment": True
|
||||
"validate_assignment": True,
|
||||
"protected_namespaces": (),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user