Skip to content

Commit

Permalink
remove processing of http_signature_test.mustache (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-rosset authored Mar 24, 2020
1 parent 76a2f69 commit f740379
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public void processOpts() {
List<CodegenSecurity> authMethods = fromSecurity(securitySchemeMap);
if (ProcessUtils.hasHttpSignatureMethods(authMethods)) {
supportingFiles.add(new SupportingFile("signing.mustache", "", "signing.go"));
supportingFiles.add(new SupportingFile("http_signature_test.mustache", "", "http_signature_test.go"));
}
}

Expand Down

0 comments on commit f740379

Please sign in to comment.