Skip to content

Commit 7073859

Browse files
authored
replace petstore_api with packageName (#4921)
1 parent 759ab13 commit 7073859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/python/setup_cfg.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verbosity=2
55
randomize=true
66
exe=true
77
with-coverage=true
8-
cover-package=petstore_api
8+
cover-package={{{packageName}}}
99
cover-erase=true
1010

1111
{{/useNose}}

0 commit comments

Comments
 (0)