From abc4461e883a5684907c08376d1cea397343a37a Mon Sep 17 00:00:00 2001 From: Cameron Koegel <53310569+ckoegel@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:59:17 -0400 Subject: [PATCH] [python] Fix Typo in Model Test (#18953) --- .../src/main/resources/python/model_test.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/python/model_test.mustache b/modules/openapi-generator/src/main/resources/python/model_test.mustache index e0364ce8c16..08088557cda 100644 --- a/modules/openapi-generator/src/main/resources/python/model_test.mustache +++ b/modules/openapi-generator/src/main/resources/python/model_test.mustache @@ -20,7 +20,7 @@ class Test{{classname}}(unittest.TestCase): def make_instance(self, include_optional) -> {{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 optional params are included """ # uncomment below to create an instance of `{{{classname}}}`