feat(reports): add professional reference export
This commit is contained in:
@@ -108,6 +108,7 @@ def test_health_and_light_paths_are_not_gated() -> None:
|
||||
assert not is_heavy_compute_path("/api/high_rigor_workflow/jobs/abc")
|
||||
assert not is_heavy_compute_path("/api/rectification/v5/versions")
|
||||
assert is_heavy_compute_path("/api/high_rigor_workflow")
|
||||
assert is_heavy_compute_path("/api/professional_report_reference")
|
||||
assert is_heavy_compute_path("/api/rectification/sensitivity_scan")
|
||||
assert is_heavy_compute_path("/api/vedastro_gateway/jobs/job1/run")
|
||||
assert "/api/chart" not in HEAVY_COMPUTE_PATHS
|
||||
|
||||
Reference in New Issue
Block a user