We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a12820 commit 82ffc3aCopy full SHA for 82ffc3a
eval_protocol/platform_api.py
@@ -286,7 +286,7 @@ def delete_fireworks_secret(
286
287
# 2. Create secret
288
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)
+ success_create: bool = create_or_update_fireworks_secret(test_account_id, test_secret_key_name, test_secret_value)
290
logger.info(f"Create operation success: {success_create}")
291
292
# 3. Get secret (to verify creation, though value won't be returned)
0 commit comments