@@ -41,10 +41,7 @@ def test_method_create_with_all_params(self, client: OzAPI) -> None:
4141 "computer_use_enabled" : True ,
4242 "environment_id" : "environment_id" ,
4343 "harness" : {"type" : "oz" },
44- "harness_auth_secrets" : {
45- "claude_auth_secret_name" : "claude_auth_secret_name" ,
46- "codex_auth_secret_name" : "codex_auth_secret_name" ,
47- },
44+ "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
4845 "idle_timeout_minutes" : 1 ,
4946 "inference_providers" : {
5047 "aws" : {
@@ -177,10 +174,7 @@ def test_method_update_with_all_params(self, client: OzAPI) -> None:
177174 "computer_use_enabled" : True ,
178175 "environment_id" : "environment_id" ,
179176 "harness" : {"type" : "oz" },
180- "harness_auth_secrets" : {
181- "claude_auth_secret_name" : "claude_auth_secret_name" ,
182- "codex_auth_secret_name" : "codex_auth_secret_name" ,
183- },
177+ "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
184178 "idle_timeout_minutes" : 1 ,
185179 "inference_providers" : {
186180 "aws" : {
@@ -440,10 +434,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOzAPI) ->
440434 "computer_use_enabled" : True ,
441435 "environment_id" : "environment_id" ,
442436 "harness" : {"type" : "oz" },
443- "harness_auth_secrets" : {
444- "claude_auth_secret_name" : "claude_auth_secret_name" ,
445- "codex_auth_secret_name" : "codex_auth_secret_name" ,
446- },
437+ "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
447438 "idle_timeout_minutes" : 1 ,
448439 "inference_providers" : {
449440 "aws" : {
@@ -576,10 +567,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncOzAPI) ->
576567 "computer_use_enabled" : True ,
577568 "environment_id" : "environment_id" ,
578569 "harness" : {"type" : "oz" },
579- "harness_auth_secrets" : {
580- "claude_auth_secret_name" : "claude_auth_secret_name" ,
581- "codex_auth_secret_name" : "codex_auth_secret_name" ,
582- },
570+ "harness_auth_secrets" : {"claude_auth_secret_name" : "claude_auth_secret_name" },
583571 "idle_timeout_minutes" : 1 ,
584572 "inference_providers" : {
585573 "aws" : {
0 commit comments