We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2030e3d commit cbbd407Copy full SHA for cbbd407
eval_protocol/pytest/evaluation_test.py
@@ -331,7 +331,7 @@ def get_auth_value(key):
331
fireworks_api_key = get_auth_value("FIREWORKS_API_KEY")
332
fireworks_account_id = get_auth_value("FIREWORKS_ACCOUNT_ID")
333
334
- if not (fireworks_api_key and fireworks_account_id):
+ if not fireworks_api_key and not fireworks_account_id:
335
_store_experiment_link(
336
experiment_id,
337
"No Fireworks API key AND account ID found",
0 commit comments