Skip to content

Commit

Permalink
fix: remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
bahkauv70 committed Feb 3, 2025
1 parent aa6dc3f commit da9a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-sdk/languages/go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ generate_go_sdk() {
--git-user-id ${GIT_USER_ID} \
--git-repo-id ${GIT_REPO_ID} \
--global-property apis,models,modelTests=true,modelDocs=false,apiDocs=false,supportingFiles \
--additional-properties=isGoSubmodule=true,enumClassPrefix=true,foo=bar,$regional_api
--additional-properties=isGoSubmodule=true,enumClassPrefix=true,$regional_api
# Remove unnecessary files
rm ${SERVICES_FOLDER}/${service}/.openapi-generator-ignore
rm ${SERVICES_FOLDER}/${service}/.openapi-generator/FILES
Expand Down

0 comments on commit da9a309

Please sign in to comment.