Skip to content

Commit 82ffc3a

Browse files
author
Dylan Huang
committed
update
1 parent 5a12820 commit 82ffc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/platform_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def delete_fireworks_secret(
286286

287287
# 2. Create secret
288288
logger.info(f"\n[Test Step 1] Creating secret '{test_secret_key_name}' with value '{test_secret_value}'...")
289-
success_create = create_or_update_fireworks_secret(test_account_id, test_secret_key_name, test_secret_value)
289+
success_create: bool = create_or_update_fireworks_secret(test_account_id, test_secret_key_name, test_secret_value)
290290
logger.info(f"Create operation success: {success_create}")
291291

292292
# 3. Get secret (to verify creation, though value won't be returned)

0 commit comments

Comments
 (0)