@@ -40,8 +40,6 @@ 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 ,
4543 "mcp_servers" : {
4644 "foo" : {
4745 "args" : ["string" ],
@@ -156,8 +154,6 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
156154 "base_prompt" : "base_prompt" ,
157155 "computer_use_enabled" : True ,
158156 "environment_id" : "environment_id" ,
159- "harness" : "harness" ,
160- "idle_timeout_minutes" : 1 ,
161157 "mcp_servers" : {
162158 "foo" : {
163159 "args" : ["string" ],
@@ -399,8 +395,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
399395 "base_prompt" : "base_prompt" ,
400396 "computer_use_enabled" : True ,
401397 "environment_id" : "environment_id" ,
402- "harness" : "harness" ,
403- "idle_timeout_minutes" : 1 ,
404398 "mcp_servers" : {
405399 "foo" : {
406400 "args" : ["string" ],
@@ -515,8 +509,6 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
515509 "base_prompt" : "base_prompt" ,
516510 "computer_use_enabled" : True ,
517511 "environment_id" : "environment_id" ,
518- "harness" : "harness" ,
519- "idle_timeout_minutes" : 1 ,
520512 "mcp_servers" : {
521513 "foo" : {
522514 "args" : ["string" ],
0 commit comments