summaryrefslogtreecommitdiff
path: root/tests/integration/cache_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/cache_tests.rs')
-rw-r--r--tests/integration/cache_tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/cache_tests.rs b/tests/integration/cache_tests.rs
index 5711b0f2e..120b06474 100644
--- a/tests/integration/cache_tests.rs
+++ b/tests/integration/cache_tests.rs
@@ -39,8 +39,8 @@ fn cache_matching_package_json_dep_should_not_install_all() {
.args("cache npm:@types/node@18.8.2")
.run();
output.assert_matches_text(concat!(
- "Download http://localhost:4545/npm/registry/@types/node\n",
- "Download http://localhost:4545/npm/registry/@types/node/node-18.8.2.tgz\n",
+ "Download http://localhost:4558/@types/node\n",
+ "Download http://localhost:4558/@types/node/node-18.8.2.tgz\n",
"Initialize @types/node@18.8.2\n",
));
}