@@ -40,7 +40,10 @@ 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" : {
44+ "auth_secret_name" : "auth_secret_name" ,
45+ "type" : "oz" ,
46+ },
4447 "idle_timeout_minutes" : 1 ,
4548 "mcp_servers" : {
4649 "foo" : {
@@ -156,7 +159,10 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
156159 "base_prompt" : "base_prompt" ,
157160 "computer_use_enabled" : True ,
158161 "environment_id" : "environment_id" ,
159- "harness" : {"type" : "oz" },
162+ "harness" : {
163+ "auth_secret_name" : "auth_secret_name" ,
164+ "type" : "oz" ,
165+ },
160166 "idle_timeout_minutes" : 1 ,
161167 "mcp_servers" : {
162168 "foo" : {
@@ -399,7 +405,10 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
399405 "base_prompt" : "base_prompt" ,
400406 "computer_use_enabled" : True ,
401407 "environment_id" : "environment_id" ,
402- "harness" : {"type" : "oz" },
408+ "harness" : {
409+ "auth_secret_name" : "auth_secret_name" ,
410+ "type" : "oz" ,
411+ },
403412 "idle_timeout_minutes" : 1 ,
404413 "mcp_servers" : {
405414 "foo" : {
@@ -515,7 +524,10 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
515524 "base_prompt" : "base_prompt" ,
516525 "computer_use_enabled" : True ,
517526 "environment_id" : "environment_id" ,
518- "harness" : {"type" : "oz" },
527+ "harness" : {
528+ "auth_secret_name" : "auth_secret_name" ,
529+ "type" : "oz" ,
530+ },
519531 "idle_timeout_minutes" : 1 ,
520532 "mcp_servers" : {
521533 "foo" : {
0 commit comments