From 7a137977ba36ea58b05e66e66a0c941c9f86b8a3 Mon Sep 17 00:00:00 2001 From: joelwizard Date: Fri, 3 Apr 2026 15:04:44 -0700 Subject: [PATCH] Correct the comment to point to the right issue --- __tests__/proxy-policy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/proxy-policy.test.ts b/__tests__/proxy-policy.test.ts index b02684f..e6cccde 100644 --- a/__tests__/proxy-policy.test.ts +++ b/__tests__/proxy-policy.test.ts @@ -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'