summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index b7dfc4e35..d4cd57e09 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -131,7 +131,7 @@ fn installer_test_remote_module_run() {
DenoFlags::default(),
Some(temp_dir.path().to_string_lossy().to_string()),
"echo_test",
- "http://localhost:4545/tests/echo.ts",
+ "http://localhost:4545/cli/tests/echo.ts",
vec!["hello".to_string()],
)
.expect("Failed to install");