Skip to content

Commit 3c702a1

Browse files
committed
test: fix typo from overriden to overridden
Signed-off-by: parkhojeong <parkhj062@gmail.com>
1 parent 56b0f9d commit 3c702a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ await checkProxiedFetch({
2525
shutdown();
2626
proxy2.close();
2727

28-
// Verify request did NOT go through original proxy, but the overriden one.
28+
// Verify request did NOT go through original proxy, but the overridden one.
2929
assert.deepStrictEqual(proxyLogs, []);
3030

3131
// FIXME(undici:4083): undici currently always tunnels the request over

test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ await checkProxiedRequest({
2525
shutdown();
2626
proxy2.close();
2727

28-
// Verify request did NOT go through original proxy, but the overriden one.
28+
// Verify request did NOT go through original proxy, but the overridden one.
2929
assert.deepStrictEqual(proxyLogs, []);
3030

3131
const expectedLogs = [{

0 commit comments

Comments
 (0)