Skip to content

Commit

Permalink
fix update helm chart reference endpoint
Browse files Browse the repository at this point in the history
[#170180049]

Signed-off-by: Ivan Wang <[email protected]>
  • Loading branch information
pivotal-ivan-wang committed Jan 15, 2020
1 parent 2e9ba77 commit c13deed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion helm_chart_references.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func (p HelmChartReferencesService) Update(productSlug string, helmChartReferenc
body := createUpdateHelmChartReferenceBody{
HelmChartReference: HelmChartReference{
Description: helmChartReference.Description,
Name: helmChartReference.Name,
DocsURL: helmChartReference.DocsURL,
SystemRequirements: helmChartReference.SystemRequirements,
},
Expand Down
1 change: 0 additions & 1 deletion helm_chart_references_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ var _ = Describe("PivnetClient - helm chart references", func() {
expectedRequestBody = requestBody{
HelmChartReference: pivnet.HelmChartReference{
Description: helmChartReference.Description,
Name: helmChartReference.Name,
DocsURL: helmChartReference.DocsURL,
SystemRequirements: helmChartReference.SystemRequirements,
},
Expand Down

0 comments on commit c13deed

Please sign in to comment.