From b1f776adef6f0d0caa0b2badf9fb707cf5efa6e7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 2 Jun 2024 21:39:13 -0400 Subject: refactor: extract structs for downloading tarballs and npm registry packuments (#24067) --- tests/integration/npm_tests.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/integration/npm_tests.rs') diff --git a/tests/integration/npm_tests.rs b/tests/integration/npm_tests.rs index 923d151be..2c074b86f 100644 --- a/tests/integration/npm_tests.rs +++ b/tests/integration/npm_tests.rs @@ -1665,12 +1665,6 @@ itest!(non_existent_dep_version { http_server: true, exit_code: 1, output_str: Some(concat!( - "[UNORDERED_START]\n", - "Download http://localhost:4260/@denotest/non-existent-dep-version\n", - "Download http://localhost:4260/@denotest/esm-basic\n", - "[UNORDERED_END]\n", - // does two downloads because when failing once it max tries to - // get the latest version a second time "[UNORDERED_START]\n", "Download http://localhost:4260/@denotest/non-existent-dep-version\n", "Download http://localhost:4260/@denotest/esm-basic\n", -- cgit v1.2.3