fix(tests): drop the repeated UNIT_FLAG key in test_unit_shard_missing_paths (#43212)

Co-authored-by: mateo-berri <277851410+mateo-berri@users.noreply.github.com>
This commit is contained in:
devin-ai-integration[bot] 2026-09-25 14:01:27 -07:00 • committed by GitHub
parent 601c75a475
commit 25de1ab2b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,6 @@ def _run_shard(tmp_path: Path, test_path: str, workers: str) -> subprocess.Compl
"TEST_PATH": test_path,
"UNIT_FLAG": "",
"WORKERS": workers,
"UNIT_FLAG": "",
},
capture_output=True,
text=True,