@@ -55,7 +55,7 @@ def test_method_create_with_all_params(self, client: Runloop) -> None:
5555 launch_parameters = {
5656 "keep_alive_time_seconds" : 0 ,
5757 "launch_commands" : ["string" , "string" , "string" ],
58- "resource_size_request" : "MINI " ,
58+ "resource_size_request" : "SMALL " ,
5959 },
6060 name = "name" ,
6161 system_setup_commands = ["string" , "string" , "string" ],
@@ -225,7 +225,7 @@ def test_method_preview_with_all_params(self, client: Runloop) -> None:
225225 launch_parameters = {
226226 "keep_alive_time_seconds" : 0 ,
227227 "launch_commands" : ["string" , "string" , "string" ],
228- "resource_size_request" : "MINI " ,
228+ "resource_size_request" : "SMALL " ,
229229 },
230230 name = "name" ,
231231 system_setup_commands = ["string" , "string" , "string" ],
@@ -289,7 +289,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncRunloop) -
289289 launch_parameters = {
290290 "keep_alive_time_seconds" : 0 ,
291291 "launch_commands" : ["string" , "string" , "string" ],
292- "resource_size_request" : "MINI " ,
292+ "resource_size_request" : "SMALL " ,
293293 },
294294 name = "name" ,
295295 system_setup_commands = ["string" , "string" , "string" ],
@@ -459,7 +459,7 @@ async def test_method_preview_with_all_params(self, async_client: AsyncRunloop)
459459 launch_parameters = {
460460 "keep_alive_time_seconds" : 0 ,
461461 "launch_commands" : ["string" , "string" , "string" ],
462- "resource_size_request" : "MINI " ,
462+ "resource_size_request" : "SMALL " ,
463463 },
464464 name = "name" ,
465465 system_setup_commands = ["string" , "string" , "string" ],
0 commit comments