Skip to content

Commit 3118170

Browse files
sebastien-rossetmichaelpro1
authored andcommitted
remove processing of http_signature_test.mustache (OpenAPITools#5696)
1 parent 21cfc8c commit 3118170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/GoClientExperimentalCodegen.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public void processOpts() {
8686
List<CodegenSecurity> authMethods = fromSecurity(securitySchemeMap);
8787
if (ProcessUtils.hasHttpSignatureMethods(authMethods)) {
8888
supportingFiles.add(new SupportingFile("signing.mustache", "", "signing.go"));
89-
supportingFiles.add(new SupportingFile("http_signature_test.mustache", "", "http_signature_test.go"));
9089
}
9190
}
9291

0 commit comments

Comments
 (0)