diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-07 13:21:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-07 17:21:56 +0000 |
| commit | 998036b3998301dc53b0dc4700b91d0a9c630702 (patch) | |
| tree | 085a2c13f45434ca169c4ab2a0574c675e46f0d0 /tests/testdata/npm/cjs_sub_path | |
| parent | f3cc760f2fd40145007ced2a37a3a0b2d1b2d9f3 (diff) | |
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
Moves the test npm registry server port from `4558` to `426x`
Diffstat (limited to 'tests/testdata/npm/cjs_sub_path')
| -rw-r--r-- | tests/testdata/npm/cjs_sub_path/main.out | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/tests/testdata/npm/cjs_sub_path/main.out b/tests/testdata/npm/cjs_sub_path/main.out index 554418ca4..868733775 100644 --- a/tests/testdata/npm/cjs_sub_path/main.out +++ b/tests/testdata/npm/cjs_sub_path/main.out @@ -1,35 +1,35 @@ [UNORDERED_START] -Download http://localhost:4558/ajv -Download http://localhost:4558/ajv-formats -Download http://localhost:4558/chai -Download http://localhost:4558/fast-deep-equal -Download http://localhost:4558/json-schema-traverse -Download http://localhost:4558/require-from-string -Download http://localhost:4558/uri-js -Download http://localhost:4558/assertion-error -Download http://localhost:4558/check-error -Download http://localhost:4558/deep-eql -Download http://localhost:4558/get-func-name -Download http://localhost:4558/loupe -Download http://localhost:4558/pathval -Download http://localhost:4558/type-detect -Download http://localhost:4558/punycode +Download http://localhost:4260/ajv +Download http://localhost:4260/ajv-formats +Download http://localhost:4260/chai +Download http://localhost:4260/fast-deep-equal +Download http://localhost:4260/json-schema-traverse +Download http://localhost:4260/require-from-string +Download http://localhost:4260/uri-js +Download http://localhost:4260/assertion-error +Download http://localhost:4260/check-error +Download http://localhost:4260/deep-eql +Download http://localhost:4260/get-func-name +Download http://localhost:4260/loupe +Download http://localhost:4260/pathval +Download http://localhost:4260/type-detect +Download http://localhost:4260/punycode [UNORDERED_END] [UNORDERED_START] -Download http://localhost:4558/ajv/ajv-8.11.0.tgz -Download http://localhost:4558/ajv-formats/ajv-formats-2.1.1.tgz -Download http://localhost:4558/assertion-error/assertion-error-1.1.0.tgz -Download http://localhost:4558/chai/chai-4.3.6.tgz -Download http://localhost:4558/check-error/check-error-1.0.2.tgz -Download http://localhost:4558/deep-eql/deep-eql-3.0.1.tgz -Download http://localhost:4558/fast-deep-equal/fast-deep-equal-3.1.3.tgz -Download http://localhost:4558/get-func-name/get-func-name-2.0.0.tgz -Download http://localhost:4558/json-schema-traverse/json-schema-traverse-1.0.0.tgz -Download http://localhost:4558/loupe/loupe-2.3.4.tgz -Download http://localhost:4558/pathval/pathval-1.1.1.tgz -Download http://localhost:4558/punycode/punycode-2.1.1.tgz -Download http://localhost:4558/require-from-string/require-from-string-2.0.2.tgz -Download http://localhost:4558/type-detect/type-detect-4.0.8.tgz -Download http://localhost:4558/uri-js/uri-js-4.4.1.tgz +Download http://localhost:4260/ajv/ajv-8.11.0.tgz +Download http://localhost:4260/ajv-formats/ajv-formats-2.1.1.tgz +Download http://localhost:4260/assertion-error/assertion-error-1.1.0.tgz +Download http://localhost:4260/chai/chai-4.3.6.tgz +Download http://localhost:4260/check-error/check-error-1.0.2.tgz +Download http://localhost:4260/deep-eql/deep-eql-3.0.1.tgz +Download http://localhost:4260/fast-deep-equal/fast-deep-equal-3.1.3.tgz +Download http://localhost:4260/get-func-name/get-func-name-2.0.0.tgz +Download http://localhost:4260/json-schema-traverse/json-schema-traverse-1.0.0.tgz +Download http://localhost:4260/loupe/loupe-2.3.4.tgz +Download http://localhost:4260/pathval/pathval-1.1.1.tgz +Download http://localhost:4260/punycode/punycode-2.1.1.tgz +Download http://localhost:4260/require-from-string/require-from-string-2.0.2.tgz +Download http://localhost:4260/type-detect/type-detect-4.0.8.tgz +Download http://localhost:4260/uri-js/uri-js-4.4.1.tgz [UNORDERED_END] Fini |
