@@ -40,8 +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" },
44- "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
43+ "harness" : {
44+ "auth_secret_name" : "auth_secret_name" ,
45+ "type" : "oz" ,
46+ },
4547 "idle_timeout_minutes" : 1 ,
4648 "mcp_servers" : {
4749 "foo" : {
@@ -157,8 +159,10 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
157159 "base_prompt" : "base_prompt" ,
158160 "computer_use_enabled" : True ,
159161 "environment_id" : "environment_id" ,
160- "harness" : {"type" : "oz" },
161- "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
162+ "harness" : {
163+ "auth_secret_name" : "auth_secret_name" ,
164+ "type" : "oz" ,
165+ },
162166 "idle_timeout_minutes" : 1 ,
163167 "mcp_servers" : {
164168 "foo" : {
@@ -401,8 +405,10 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
401405 "base_prompt" : "base_prompt" ,
402406 "computer_use_enabled" : True ,
403407 "environment_id" : "environment_id" ,
404- "harness" : {"type" : "oz" },
405- "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
408+ "harness" : {
409+ "auth_secret_name" : "auth_secret_name" ,
410+ "type" : "oz" ,
411+ },
406412 "idle_timeout_minutes" : 1 ,
407413 "mcp_servers" : {
408414 "foo" : {
@@ -518,8 +524,10 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
518524 "base_prompt" : "base_prompt" ,
519525 "computer_use_enabled" : True ,
520526 "environment_id" : "environment_id" ,
521- "harness" : {"type" : "oz" },
522- "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
527+ "harness" : {
528+ "auth_secret_name" : "auth_secret_name" ,
529+ "type" : "oz" ,
530+ },
523531 "idle_timeout_minutes" : 1 ,
524532 "mcp_servers" : {
525533 "foo" : {
0 commit comments