Skip to content

Commit

Permalink
lint err
Browse files Browse the repository at this point in the history
Signed-off-by: revolyssup <[email protected]>
  • Loading branch information
Revolyssup committed Oct 4, 2022
1 parent b698a6a commit 8c309cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/artifacthub/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func TestGetChartUrl(t *testing.T) {
}{
// these might change in the future, so the tests have to be changed as well when the urls change
// because the urls will change with every new version update to the package
{AhPackage{Name: "consul", Repository: "bitnami", Organization: ""}, "https://charts.bitnami.com/bitnami/consul-10.9.0.tgz"},
{AhPackage{Name: "consul", Repository: "bitnami", Organization: ""}, "https://charts.bitnami.com/bitnami/consul-10.9.2.tgz"},
{AhPackage{Name: "crossplane-types", Repository: "crossplane", Organization: ""}, "https://charts.crossplane.io/master/crossplane-types-0.13.0-rc.98.g1eb0776.tgz"},
}
for _, tt := range tests {
Expand Down

0 comments on commit 8c309cb

Please sign in to comment.