diff --git a/deploy/minikube/release_sanity_test.go b/deploy/minikube/release_sanity_test.go index 67d7656334..9b55312c36 100644 --- a/deploy/minikube/release_sanity_test.go +++ b/deploy/minikube/release_sanity_test.go @@ -45,7 +45,7 @@ func getSHAFromURL(url string) (string, error) { return hex.EncodeToString(b[:]), nil } -// TestBetaReleasesJSON checks if all *GA* releases +// TestReleasesJSON checks if all *GA* releases // enlisted in https://storage.googleapis.com/minikube/releases.json // are available to download and have correct hashsum func TestReleasesJSON(t *testing.T) {