Skip to content

Commit 9961be1

Browse files
committed
test(html): remove PROBE_DS debug scaffolding from single-fixture test
1 parent 0d62785 commit 9961be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/html_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ async fn html_doc_files_single() {
237237
id_prefix: None,
238238
diff_only: false,
239239
},
240-
get_files(std::env::var("PROBE_DS").as_deref().unwrap_or("single")).await,
240+
get_files("single").await,
241241
None,
242242
)
243243
.unwrap();

0 commit comments

Comments
 (0)