@@ -84,6 +84,7 @@ describe("Task Runs V2", () => {
8484 [ "bulk_action_group_id_1234" , "bulk_action_group_id_1235" ] , // bulk_action_group_ids
8585 "" , // worker_queue
8686 "" , // region
87+ "" , // plan_type
8788 null , // max_duration_in_seconds
8889 "" , // trigger_source
8990 "" , // root_trigger_source
@@ -217,6 +218,7 @@ describe("Task Runs V2", () => {
217218 [ ] , // bulk_action_group_ids
218219 "" , // worker_queue
219220 "" , // region
221+ "" , // plan_type
220222 null , // max_duration_in_seconds
221223 "" , // trigger_source
222224 "" , // root_trigger_source
@@ -273,6 +275,7 @@ describe("Task Runs V2", () => {
273275 [ ] , // bulk_action_group_ids
274276 "" , // worker_queue
275277 "" , // region
278+ "" , // plan_type
276279 null , // max_duration_in_seconds
277280 "" , // trigger_source
278281 "" , // root_trigger_source
@@ -376,6 +379,7 @@ describe("Task Runs V2", () => {
376379 [ ] , // bulk_action_group_ids
377380 "" , // worker_queue
378381 "" , // region
382+ "" , // plan_type
379383 null , // max_duration_in_seconds
380384 "" , // trigger_source
381385 "" , // root_trigger_source
@@ -487,6 +491,7 @@ describe("Task Runs V2", () => {
487491 [ ] , // bulk_action_group_ids
488492 "" , // worker_queue
489493 "" , // region
494+ "" , // plan_type
490495 null , // max_duration_in_seconds
491496 "" , // trigger_source
492497 "" , // root_trigger_source
@@ -543,6 +548,7 @@ describe("Task Runs V2", () => {
543548 [ ] ,
544549 "" , // worker_queue
545550 "" , // region
551+ "" , // plan_type
546552 null ,
547553 "" ,
548554 "" ,
@@ -605,6 +611,7 @@ describe("Task Runs V2", () => {
605611 [ ] ,
606612 "" , // worker_queue
607613 "" , // region
614+ "" , // plan_type
608615 null ,
609616 "" ,
610617 "" ,
@@ -661,6 +668,7 @@ describe("Task Runs V2", () => {
661668 [ ] ,
662669 "" , // worker_queue
663670 "" , // region
671+ "" , // plan_type
664672 null ,
665673 "" ,
666674 "" ,
0 commit comments