Fix multi-sample manifest aggregation
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-13 18:33:16 +02:00
parent 598380661d
commit f3ebc8e429
2 changed files with 2 additions and 1 deletions
@@ -97,6 +97,7 @@ def test_real_data_matrix_propagates_project_region_and_persisted_area() -> None
assert 'REAL_AREA_NAME="${sample_slug} AOI"' in multi
assert 'project_region="Mol, Kempen"' in multi
assert 'REAL_PROJECT_REGION="${project_region}"' in multi
assert 'manifest_path = Path(sys.argv[3])' in multi
def test_mol_operational_runner_uses_real_positive_qa_and_background_paths() -> None: