Merge pull request #31650 from helm/gjenkins/fix_TestConcurrencyDownloadIndex

Fix `TestConcurrencyDownloadIndex` typo
pull/31654/head
Terry Howe 2 months ago committed by GitHub
commit 019e7e7145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,7 +94,7 @@ func TestIndexCustomSchemeDownload(t *testing.T) {
}
}
func TestConcurrenyDownloadIndex(t *testing.T) {
func TestConcurrencyDownloadIndex(t *testing.T) {
srv, err := startLocalServerForTests(nil)
if err != nil {
t.Fatal(err)

Loading…
Cancel
Save