Skip to content

Commit ca42382

Browse files
Update test_finetune_resources.py
1 parent a422b53 commit ca42382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_finetune_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def test_price_estimation_request(mocker):
406406
None,
407407
None,
408408
)
409-
client = Together()
409+
client = Together(api_key="fake_api_key")
410410
for test_case in test_data:
411411
response = client.fine_tuning.estimate_price(
412412
training_file=_TRAINING_FILE,

0 commit comments

Comments
 (0)