Skip to content

test(html): remove PROBE_DS debug scaffolding from single-fixture test#815

Open
crowlbot wants to merge 1 commit into
mainfrom
chore/remove-probe-ds-scaffolding
Open

test(html): remove PROBE_DS debug scaffolding from single-fixture test#815
crowlbot wants to merge 1 commit into
mainfrom
chore/remove-probe-ds-scaffolding

Conversation

@crowlbot

@crowlbot crowlbot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

The html_doc_files_single test reads a PROBE_DS environment variable to
override the fixture directory:

get_files(std::env::var("PROBE_DS").as_deref().unwrap_or("single")).await,

This is leftover debugging scaffolding — the test should always run against the
single fixture. The env-var indirection has no purpose in the committed test
and silently lets an external variable redirect it to a different fixture.

Restore the test to call get_files("single") directly.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants