@@ -84,6 +84,10 @@ def test_method_create_with_all_params(self, client: Runloop) -> None:
8484 "keep_alive_time_seconds" : 0 ,
8585 "launch_commands" : ["string" ],
8686 "resource_size_request" : "X_SMALL" ,
87+ "user_parameters" : {
88+ "uid" : 0 ,
89+ "username" : "username" ,
90+ },
8791 },
8892 "prebuilt_id" : "prebuilt_id" ,
8993 "snapshot_id" : "snapshot_id" ,
@@ -247,6 +251,10 @@ def test_method_update_with_all_params(self, client: Runloop) -> None:
247251 "keep_alive_time_seconds" : 0 ,
248252 "launch_commands" : ["string" ],
249253 "resource_size_request" : "X_SMALL" ,
254+ "user_parameters" : {
255+ "uid" : 0 ,
256+ "username" : "username" ,
257+ },
250258 },
251259 "prebuilt_id" : "prebuilt_id" ,
252260 "snapshot_id" : "snapshot_id" ,
@@ -508,6 +516,10 @@ async def test_method_create_with_all_params(self, async_client: AsyncRunloop) -
508516 "keep_alive_time_seconds" : 0 ,
509517 "launch_commands" : ["string" ],
510518 "resource_size_request" : "X_SMALL" ,
519+ "user_parameters" : {
520+ "uid" : 0 ,
521+ "username" : "username" ,
522+ },
511523 },
512524 "prebuilt_id" : "prebuilt_id" ,
513525 "snapshot_id" : "snapshot_id" ,
@@ -671,6 +683,10 @@ async def test_method_update_with_all_params(self, async_client: AsyncRunloop) -
671683 "keep_alive_time_seconds" : 0 ,
672684 "launch_commands" : ["string" ],
673685 "resource_size_request" : "X_SMALL" ,
686+ "user_parameters" : {
687+ "uid" : 0 ,
688+ "username" : "username" ,
689+ },
674690 },
675691 "prebuilt_id" : "prebuilt_id" ,
676692 "snapshot_id" : "snapshot_id" ,
0 commit comments