@@ -56,7 +56,6 @@ def test_method_create_with_all_params(self, client: Runloop) -> None:
5656 "on_idle" : "shutdown" ,
5757 },
5858 "architecture" : "x86_64" ,
59- "available_ports" : [0 ],
6059 "custom_cpu_cores" : 0 ,
6160 "custom_disk_size" : 0 ,
6261 "custom_gb_memory" : 0 ,
@@ -270,7 +269,6 @@ def test_method_create_from_inspection_with_all_params(self, client: Runloop) ->
270269 "on_idle" : "shutdown" ,
271270 },
272271 "architecture" : "x86_64" ,
273- "available_ports" : [0 ],
274272 "custom_cpu_cores" : 0 ,
275273 "custom_disk_size" : 0 ,
276274 "custom_gb_memory" : 0 ,
@@ -424,7 +422,6 @@ def test_method_preview_with_all_params(self, client: Runloop) -> None:
424422 "on_idle" : "shutdown" ,
425423 },
426424 "architecture" : "x86_64" ,
427- "available_ports" : [0 ],
428425 "custom_cpu_cores" : 0 ,
429426 "custom_disk_size" : 0 ,
430427 "custom_gb_memory" : 0 ,
@@ -522,7 +519,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncRunloop) -
522519 "on_idle" : "shutdown" ,
523520 },
524521 "architecture" : "x86_64" ,
525- "available_ports" : [0 ],
526522 "custom_cpu_cores" : 0 ,
527523 "custom_disk_size" : 0 ,
528524 "custom_gb_memory" : 0 ,
@@ -736,7 +732,6 @@ async def test_method_create_from_inspection_with_all_params(self, async_client:
736732 "on_idle" : "shutdown" ,
737733 },
738734 "architecture" : "x86_64" ,
739- "available_ports" : [0 ],
740735 "custom_cpu_cores" : 0 ,
741736 "custom_disk_size" : 0 ,
742737 "custom_gb_memory" : 0 ,
@@ -890,7 +885,6 @@ async def test_method_preview_with_all_params(self, async_client: AsyncRunloop)
890885 "on_idle" : "shutdown" ,
891886 },
892887 "architecture" : "x86_64" ,
893- "available_ports" : [0 ],
894888 "custom_cpu_cores" : 0 ,
895889 "custom_disk_size" : 0 ,
896890 "custom_gb_memory" : 0 ,
0 commit comments