Skip to content

Commit f740379

Browse files
remove processing of http_signature_test.mustache (#5696)
1 parent 76a2f69 commit f740379

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)