We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ec152 commit dcf7487Copy full SHA for dcf7487
1 file changed
projects/policyengine-api-simulation/tests/gateway/test_endpoints.py
@@ -504,12 +504,15 @@ def test__given_batch_state__then_poll_returns_completed_response(
504
batch_job_id="mock-batch-job-id-123",
505
status="complete",
506
country="us",
507
+ region="us",
508
version="1.500.0",
509
+ target="general",
510
resolved_app_name="policyengine-simulation-us1-500-0-uk2-66-0",
511
policyengine_bundle=PolicyEngineBundle(model_version="1.500.0"),
512
start_year="2026",
513
window_size=2,
514
max_parallel=2,
515
+ request_payload={"country": "us", "region": "us"},
516
years=["2026", "2027"],
517
queued_years=[],
518
running_years=[],
0 commit comments