Correct the comment to point to the right issue

This commit is contained in:
joelwizard 2026-04-03 15:04:44 -07:00
parent ba6bdbd897
commit 7a137977ba
No known key found for this signature in database
GPG key ID: 7DBA6660BE571D64

View file

@ -6,7 +6,7 @@
* to send in the CONNECT request to the proxy server. When Azure SDK request
* headers (Content-Type, x-ms-version, x-ms-blob-type, etc.) are passed here,
* strict corporate proxies (Fortinet, Zscaler) reject the tunnel causing
* ECONNRESET. See: https://github.com/actions/upload-artifact/issues/XXX
* ECONNRESET. See: https://github.com/actions/upload-artifact/issues/747
*/
import {describe, test, expect, beforeEach, afterEach} from '@jest/globals'