Skip to content

Commit

Permalink
Fix lint checks
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
  • Loading branch information
Revolyssup committed Sep 14, 2022
1 parent 81956b2 commit 2d3d212
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.8.1.tgz"},
{AhPackage{Name: "consul", Repository: "bitnami", Organization: ""}, "https://charts.bitnami.com/bitnami/consul-10.8.3.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 2d3d212

Please sign in to comment.