mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
[python] Fix Typo in Model Test (#18953)
This commit is contained in:
parent
18b4bcba0d
commit
abc4461e88
@ -20,7 +20,7 @@ class Test{{classname}}(unittest.TestCase):
|
|||||||
|
|
||||||
def make_instance(self, include_optional) -> {{classname}}:
|
def make_instance(self, include_optional) -> {{classname}}:
|
||||||
"""Test {{classname}}
|
"""Test {{classname}}
|
||||||
include_option is a boolean, when False only required
|
include_optional is a boolean, when False only required
|
||||||
params are included, when True both required and
|
params are included, when True both required and
|
||||||
optional params are included """
|
optional params are included """
|
||||||
# uncomment below to create an instance of `{{{classname}}}`
|
# uncomment below to create an instance of `{{{classname}}}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user