summaryrefslogtreecommitdiff
path: root/cli/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/worker.rs')
-rw-r--r--cli/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs
index 70cadcc23..4ac1ee6a6 100644
--- a/cli/worker.rs
+++ b/cli/worker.rs
@@ -394,7 +394,7 @@ mod tests {
#[tokio::test]
async fn execute_006_url_imports() {
- let http_server_guard = crate::test_util::http_server();
+ let http_server_guard = test_util::http_server();
let p = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"))
.parent()
.unwrap()