@@ -70,7 +70,10 @@ def test_method_create_with_all_params(self, client: Runloop) -> None:
7070 "idle_time_seconds" : 0 ,
7171 "on_idle" : "shutdown" ,
7272 },
73- "resume_triggers" : {"http" : True },
73+ "resume_triggers" : {
74+ "axon_event" : True ,
75+ "http" : True ,
76+ },
7477 },
7578 "network_policy_id" : "network_policy_id" ,
7679 "required_services" : ["string" ],
@@ -292,7 +295,10 @@ def test_method_create_from_inspection_with_all_params(self, client: Runloop) ->
292295 "idle_time_seconds" : 0 ,
293296 "on_idle" : "shutdown" ,
294297 },
295- "resume_triggers" : {"http" : True },
298+ "resume_triggers" : {
299+ "axon_event" : True ,
300+ "http" : True ,
301+ },
296302 },
297303 "network_policy_id" : "network_policy_id" ,
298304 "required_services" : ["string" ],
@@ -458,7 +464,10 @@ def test_method_preview_with_all_params(self, client: Runloop) -> None:
458464 "idle_time_seconds" : 0 ,
459465 "on_idle" : "shutdown" ,
460466 },
461- "resume_triggers" : {"http" : True },
467+ "resume_triggers" : {
468+ "axon_event" : True ,
469+ "http" : True ,
470+ },
462471 },
463472 "network_policy_id" : "network_policy_id" ,
464473 "required_services" : ["string" ],
@@ -567,7 +576,10 @@ async def test_method_create_with_all_params(self, async_client: AsyncRunloop) -
567576 "idle_time_seconds" : 0 ,
568577 "on_idle" : "shutdown" ,
569578 },
570- "resume_triggers" : {"http" : True },
579+ "resume_triggers" : {
580+ "axon_event" : True ,
581+ "http" : True ,
582+ },
571583 },
572584 "network_policy_id" : "network_policy_id" ,
573585 "required_services" : ["string" ],
@@ -789,7 +801,10 @@ async def test_method_create_from_inspection_with_all_params(self, async_client:
789801 "idle_time_seconds" : 0 ,
790802 "on_idle" : "shutdown" ,
791803 },
792- "resume_triggers" : {"http" : True },
804+ "resume_triggers" : {
805+ "axon_event" : True ,
806+ "http" : True ,
807+ },
793808 },
794809 "network_policy_id" : "network_policy_id" ,
795810 "required_services" : ["string" ],
@@ -955,7 +970,10 @@ async def test_method_preview_with_all_params(self, async_client: AsyncRunloop)
955970 "idle_time_seconds" : 0 ,
956971 "on_idle" : "shutdown" ,
957972 },
958- "resume_triggers" : {"http" : True },
973+ "resume_triggers" : {
974+ "axon_event" : True ,
975+ "http" : True ,
976+ },
959977 },
960978 "network_policy_id" : "network_policy_id" ,
961979 "required_services" : ["string" ],
0 commit comments