mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 22:27:04 +00:00
update samples
This commit is contained in:
@@ -34,7 +34,8 @@ class TestErrorResponsesWithModel400Response(BaseModel):
|
||||
|
||||
model_config = {
|
||||
"populate_by_name": True,
|
||||
"validate_assignment": True
|
||||
"validate_assignment": True,
|
||||
"protected_namespaces": (),
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,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