summaryrefslogtreecommitdiff
path: root/cli/tools/test.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-03-26 10:24:10 +0100
committerGitHub <noreply@github.com>2023-03-26 12:24:10 +0300
commitb4c61c146a50dea0c4a53d8d505a4308ea7da279 (patch)
tree230268db099dee2f709b6a0a5dee506a04e24096 /cli/tools/test.rs
parent8b596cbae1392f17c9642c085b006bed6692dcdb (diff)
fix(cli): don't store blob and data urls in the module cache (#18261)
Diffstat (limited to 'cli/tools/test.rs')
-rw-r--r--cli/tools/test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/test.rs b/cli/tools/test.rs
index 28364050e..02d91e2a4 100644
--- a/cli/tools/test.rs
+++ b/cli/tools/test.rs
@@ -1000,7 +1000,6 @@ fn extract_files_from_regex_blocks(
.unwrap_or(file_specifier);
Some(File {
- local: file_specifier.to_file_path().unwrap(),
maybe_types: None,
media_type: file_media_type,
source: file_source.into(),