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/mixed_case_package_name | |
| 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/mixed_case_package_name')
| -rw-r--r-- | tests/testdata/npm/mixed_case_package_name/global.out | 8 | ||||
| -rw-r--r-- | tests/testdata/npm/mixed_case_package_name/local.out | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/testdata/npm/mixed_case_package_name/global.out b/tests/testdata/npm/mixed_case_package_name/global.out index a33c48a73..fdacea385 100644 --- a/tests/testdata/npm/mixed_case_package_name/global.out +++ b/tests/testdata/npm/mixed_case_package_name/global.out @@ -1,9 +1,9 @@ [UNORDERED_START] -Download http://localhost:4558/@denotest/MixedCase -Download http://localhost:4558/@denotest/CAPITALS +Download http://localhost:4260/@denotest/MixedCase +Download http://localhost:4260/@denotest/CAPITALS [UNORDERED_END] [UNORDERED_START] -Download http://localhost:4558/@denotest/CAPITALS/1.0.0.tgz -Download http://localhost:4558/@denotest/MixedCase/1.0.0.tgz +Download http://localhost:4260/@denotest/CAPITALS/1.0.0.tgz +Download http://localhost:4260/@denotest/MixedCase/1.0.0.tgz [UNORDERED_END] 5 diff --git a/tests/testdata/npm/mixed_case_package_name/local.out b/tests/testdata/npm/mixed_case_package_name/local.out index e2a9a3b81..6ab989d80 100644 --- a/tests/testdata/npm/mixed_case_package_name/local.out +++ b/tests/testdata/npm/mixed_case_package_name/local.out @@ -1,11 +1,11 @@ [UNORDERED_START] -Download http://localhost:4558/@denotest/MixedCase -Download http://localhost:4558/@denotest/CAPITALS +Download http://localhost:4260/@denotest/MixedCase +Download http://localhost:4260/@denotest/CAPITALS [UNORDERED_END] [UNORDERED_START] -Download http://localhost:4558/@denotest/CAPITALS/1.0.0.tgz +Download http://localhost:4260/@denotest/CAPITALS/1.0.0.tgz Initialize @denotest/CAPITALS@1.0.0 -Download http://localhost:4558/@denotest/MixedCase/1.0.0.tgz +Download http://localhost:4260/@denotest/MixedCase/1.0.0.tgz Initialize @denotest/MixedCase@1.0.0 [UNORDERED_END] 5 |
