@@ -40,7 +40,7 @@ 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" : {"type" : "oz " },
43+ "harness" : {"type" : "type " },
4444 "idle_timeout_minutes" : 1 ,
4545 "mcp_servers" : {
4646 "foo" : {
@@ -156,7 +156,7 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
156156 "base_prompt" : "base_prompt" ,
157157 "computer_use_enabled" : True ,
158158 "environment_id" : "environment_id" ,
159- "harness" : {"type" : "oz " },
159+ "harness" : {"type" : "type " },
160160 "idle_timeout_minutes" : 1 ,
161161 "mcp_servers" : {
162162 "foo" : {
@@ -399,7 +399,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
399399 "base_prompt" : "base_prompt" ,
400400 "computer_use_enabled" : True ,
401401 "environment_id" : "environment_id" ,
402- "harness" : {"type" : "oz " },
402+ "harness" : {"type" : "type " },
403403 "idle_timeout_minutes" : 1 ,
404404 "mcp_servers" : {
405405 "foo" : {
@@ -515,7 +515,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
515515 "base_prompt" : "base_prompt" ,
516516 "computer_use_enabled" : True ,
517517 "environment_id" : "environment_id" ,
518- "harness" : {"type" : "oz " },
518+ "harness" : {"type" : "type " },
519519 "idle_timeout_minutes" : 1 ,
520520 "mcp_servers" : {
521521 "foo" : {
0 commit comments