@@ -40,6 +40,8 @@ def test_method_create_with_all_params(self, client: OzAPI) -> None:
4040 "base_prompt" : "base_prompt" ,
4141 "computer_use_enabled" : True ,
4242 "environment_id" : "environment_id" ,
43+ "harness" : "harness" ,
44+ "idle_timeout_minutes" : 1 ,
4345 "mcp_servers" : {
4446 "foo" : {
4547 "args" : ["string" ],
@@ -154,6 +156,8 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
154156 "base_prompt" : "base_prompt" ,
155157 "computer_use_enabled" : True ,
156158 "environment_id" : "environment_id" ,
159+ "harness" : "harness" ,
160+ "idle_timeout_minutes" : 1 ,
157161 "mcp_servers" : {
158162 "foo" : {
159163 "args" : ["string" ],
@@ -395,6 +399,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
395399 "base_prompt" : "base_prompt" ,
396400 "computer_use_enabled" : True ,
397401 "environment_id" : "environment_id" ,
402+ "harness" : "harness" ,
403+ "idle_timeout_minutes" : 1 ,
398404 "mcp_servers" : {
399405 "foo" : {
400406 "args" : ["string" ],
@@ -509,6 +515,8 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
509515 "base_prompt" : "base_prompt" ,
510516 "computer_use_enabled" : True ,
511517 "environment_id" : "environment_id" ,
518+ "harness" : "harness" ,
519+ "idle_timeout_minutes" : 1 ,
512520 "mcp_servers" : {
513521 "foo" : {
514522 "args" : ["string" ],
0 commit comments