Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove processing of http_signature_test.mustache
  • Loading branch information
sebastien-rosset committed Mar 24, 2020
commit 63ab974ef23550b159a7f131db305ea1eaa8c16c
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